Retrieve the host for the proxy server.
WP_HTTP_Proxy::use_authentication
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.
Advertisement
WP_Http_Encoding::should_decode
Whether the content be decoded based on the headers.
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::decompress
Decompression of deflated string.
Advertisement
WP_Http_Encoding::compress
Compress raw string using the deflate format.
http_api_curl
This action is documented in wp-includes/class-wp-http-curl.php
WP_Http_Cookie::getFullHeader
Retrieve cookie header for usage in the rest of the WordPress HTTP API.
WP_Http_Cookie::getHeaderValue
Convert cookie name and value back to header string.
Advertisement
WP_Http_Cookie::test
Confirms that it’s OK to send this cookie to the URL checked against.
WP_Http_Cookie::__construct
Sets up this cookie object.
WP_Feed_Cache::create
Creates a new SimplePie_Cache object.