Compress raw string using the deflate format.
WP_Http_Encoding::decompress
Decompression of deflated string.
WP_Http_Encoding::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.
WP_Http_Encoding::accept_encoding
What encoding types to accept and their priority values.
Advertisement
WP_Http_Encoding::content_encoding
What encoding the content used when it was compressed to send in the headers.
WP_Http_Encoding::should_decode
Whether the content be decoded based on the headers.
WP_Http_Encoding::is_available
Whether decompression and compression are supported by the PHP version.
WP_Http_Encoding::is_available
Whether decompression and compression are supported by the PHP version.
Advertisement
WP_Http_Encoding::compress
Compress raw string using the deflate format.
WP_Http_Encoding::decompress
Decompression of deflated string.
WP_Http_Encoding::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.
WP_Http_Encoding::accept_encoding
What encoding types to accept and their priority values.
Advertisement
WP_Http_Encoding::content_encoding
What encoding the content used when it was compressed to send in the headers.
WP_Http_Encoding::should_decode
Whether the content be decoded based on the headers.
WP_Http_Encoding::is_available
Whether decompression and compression are supported by the PHP version.