Advertisement

WP_Http::block_request

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

WP_Http::buildCookieHeader

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

Advertisement

WP_Http::head

Uses the HEAD HTTP method.

WP_Http::get

Uses the GET HTTP method.

WP_Http::post

Uses the POST HTTP method.

Advertisement

Advertisement

WP_Http::request

Send an HTTP request to a URI.