WP_Http_Encoding::compatible_gzinflate()
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:104
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:104
Method: What encoding types to accept and their priority values.
Source: wp-includes/class-wp-http-encoding.php:149
Filter Hook: Filters the allowed encoding types.
Source: wp-includes/class-wp-http-encoding.php:184
Method: What encoding the content used when it was compressed to send in the headers.
Source: wp-includes/class-wp-http-encoding.php:196
Method: Whether the content be decoded based on the headers.
Source: wp-includes/class-wp-http-encoding.php:208
Method: Whether decompression and compression are supported by the PHP version.
Source: wp-includes/class-wp-http-encoding.php:231
Class: Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
Source: wp-includes/class-wp-http-encoding.php:18
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:51