WP_Http_Encoding::should_decode()
Method: Whether the content be decoded based on the headers.
Source: wp-includes/class-wp-http-encoding.php:207
Method: Whether the content be decoded based on the headers.
Source: wp-includes/class-wp-http-encoding.php:207
Method: Whether decompression and compression are supported by the PHP version.
Source: wp-includes/class-wp-http-encoding.php:230
Method: Compress raw string using the deflate format.
Source: wp-includes/class-wp-http-encoding.php:32
Method: Decompression of deflated string.
Source: wp-includes/class-wp-http-encoding.php:50
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:103
Method: What encoding types to accept and their priority values.
Source: wp-includes/class-wp-http-encoding.php:148
Filter Hook: Filters the allowed encoding types.
Source: wp-includes/class-wp-http-encoding.php:183
Method: What encoding the content used when it was compressed to send in the headers.
Source: wp-includes/class-wp-http-encoding.php:195
Class: Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
Source: wp-includes/class-wp-http-encoding.php:17