Compress raw string using the deflate format.
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.
Advertisement
WP_Http_Cookie::__construct
Sets up this cookie object.
WP_Http_Cookie::test
Confirms that it’s OK to send this cookie to the URL checked against.
WP_Http_Cookie::getHeaderValue
Convert cookie name and value back to header string.
WP_Http_Cookie::getFullHeader
Retrieve cookie header for usage in the rest of the WordPress HTTP API.
Advertisement
WP_Feed_Cache_Transient::__construct
Constructor.
WP_Feed_Cache_Transient::save
Sets the transient.
WP_Feed_Cache_Transient::load
Gets the transient.
WP_Feed_Cache_Transient::mtime
Gets mod transient.
Advertisement
WP_Feed_Cache_Transient::touch
Sets mod transient.
WP_Feed_Cache_Transient::unlink
Deletes transients.
WP_Feed_Cache::create
Creates a new SimplePie_Cache object.