Advertisement

Advertisement

WP_Http::post

Uses the POST HTTP method.

WP_Http::request

Send an HTTP request to a URI.

Advertisement

WP_Http::buildCookieHeader

Takes the arguments for a ::request() and checks for the cookie array.

WP_Http::block_request

Determines whether an HTTP API request to the given URL should be blocked.

WP_Http::parse_url

Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.

Advertisement

WP_Http::make_absolute_url

Converts a relative URL to an absolute URL relative to a given URL.