encodes an arbitrary variable into JSON format (and sends JSON Header)
Services_JSON::utf82utf16
convert a string from one UTF-8 char to one UTF-16 char
Services_JSON::utf162utf8
convert a string from one UTF-16 char to one UTF-8 char
Services_JSON::Services_JSON
PHP4 constructor.
Advertisement
Services_JSON::__construct
constructs a new JSON instance
WP_Http::is_ip_address
Determines if a specified string represents an IP address or not.
WP_Http::handle_redirects
Handles an HTTP redirect and follows it if appropriate.
WP_Http::make_absolute_url
Converts a relative URL to an absolute URL relative to a given URL.
Advertisement
WP_Http::parse_url
Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.
WP_Http::block_request
Determines whether an HTTP API request to the given URL should be blocked.
WP_Http::chunkTransferDecode
Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.
WP_Http::buildCookieHeader
Takes the arguments for a ::request() and checks for the cookie array.
Advertisement
WP_Http::processHeaders
Transforms header string into an array.
WP_Http::processResponse
Parses the responses and splits the parts into headers and body.
WP_Http::head
Uses the HEAD HTTP method.