WP_Http_Encoding::is_available()
Method: Whether decompression and compression are supported by the PHP version.
Source: wp-includes/class-wp-http-encoding.php:231
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
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:104
Filter Hook: Filters the timeout value for an HTTP request.
Source: wp-includes/class-wp-http.php:162
Method: Uses the GET HTTP method.
Source: wp-includes/class-wp-http.php:655
Filter Hook: Filters the number of redirects allowed during an HTTP request.
Source: wp-includes/class-wp-http.php:172
Method: Uses the HEAD HTTP method.
Source: wp-includes/class-wp-http.php:673
Filter Hook: Filters the version of the HTTP protocol used in a request.
Source: wp-includes/class-wp-http.php:182