Advertisement

WP_Http::make_absolute_url

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

WP_Http::is_ip_address

Determines if a specified string represents an IP address or not.

Advertisement

WP_Http::request

Send an HTTP request to a URI.

WP_Http::post

Uses the POST HTTP method.

Advertisement

WP_Http::get

Uses the GET HTTP method.

WP_Http::head

Uses the HEAD HTTP method.

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.