CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Tue, 22 Jul 2025 23:10:30 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 2
wp-includes/class-wp-http-encoding.php | Developer.WordPress.org
File: wp-includes/class-wp-http-encoding.php
-
Whether the content be decoded based on the headers.
-
Whether decompression and compression are supported by the PHP version.
-
classWP_Http_Encoding
Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
-
Compress raw string using the deflate format.
-
Decompression of deflated string.
-
Decompression of deflated string while staying compatible with the majority of servers.
-
What encoding types to accept and their priority values.
-
Filters the allowed encoding types.
-
What encoding the content used when it was compressed to send in the headers.