Retrieve authentication string for proxy authentication.
WP_HTTP_Proxy::authentication_header
Retrieve header string for proxy authentication.
WP_HTTP_Proxy::send_through_proxy
Determines whether the request should be sent through a proxy.
WP_Http_Encoding::compress
Compress raw string using the deflate format.
Advertisement
WP_Http_Encoding::decompress
Decompression of deflated string.
WP_Http_Encoding::accept_encoding
What encoding types to accept and their priority values.
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.
Advertisement
WP_Http_Encoding::is_available
Whether decompression and compression are supported by the PHP version.
WP_HTTP_Proxy::is_enabled
Whether proxy connection should be used.
WP_HTTP_Proxy::use_authentication
Whether authentication should be used.
WP_HTTP_Proxy::host
Retrieve the host for the proxy server.
Advertisement
WP_HTTP_Proxy::port
Retrieve the port for the proxy server.
WP_HTTP_Proxy::username
Retrieve the username for proxy authentication.
WP_HTTP_Proxy::password
Retrieve the password for proxy authentication.