WP_Http_Encoding
Class: Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
Source: wp-includes/class-wp-http-encoding.php:17
Class: Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
Source: wp-includes/class-wp-http-encoding.php:17
Method: Compress raw string using the deflate format.
Source: wp-includes/class-wp-http-encoding.php:33
Method: Decompression of deflated string.
Source: wp-includes/class-wp-http-encoding.php:53
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:99
Method: What encoding types to accept and their priority values.
Source: wp-includes/class-wp-http-encoding.php:141
Filter Hook: Filters the allowed encoding types.
Source: wp-includes/class-wp-http-encoding.php:173
Method: What encoding the content used when it was compressed to send in the headers.
Source: wp-includes/class-wp-http-encoding.php:187
Method: Whether the content be decoded based on the headers.
Source: wp-includes/class-wp-http-encoding.php:201
Method: Whether decompression and compression are supported by the PHP version.
Source: wp-includes/class-wp-http-encoding.php:225