Whether authentication should be used.
WP_HTTP_Proxy::is_enabled
Whether proxy connection should be used.
WP_Http_Encoding::is_available
Whether decompression and compression are supported by the PHP version.
WP_Http_Encoding::should_decode
Whether the content be decoded based on the headers.
Advertisement
WP_Http_Encoding::content_encoding
What encoding the content used when it was compressed to send in the headers.
WP_Http_Encoding::accept_encoding
What encoding types to accept and their priority values.
WP_Http_Encoding::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.
WP_Http_Encoding::decompress
Decompression of deflated string.
Advertisement
WP_Http_Encoding::compress
Compress raw string using the deflate format.
WP_Http_Curl::test
Determines whether this class can be used for retrieving a URL.
WP_Http_Curl::stream_body
Grabs the body of the cURL request.
WP_Http_Curl::stream_headers
Grabs the headers of the cURL request.
Advertisement
WP_Http_Curl::request
Send a HTTP request to a URI using cURL extension.
WP_Http_Cookie::get_attributes
Retrieves cookie attributes.
WP_Http_Cookie::getFullHeader
Retrieve cookie header for usage in the rest of the WordPress HTTP API.