Uses the GET HTTP method.
WP_Http::post
Uses the POST HTTP method.
WP_Http::_dispatch_request
Dispatches a HTTP request to a supporting transport.
WP_Http::_get_first_available_transport
Tests which transports are capable of supporting the request.
Advertisement
WP_Http::validate_redirects
Validate redirected URLs.
WP_Http::browser_redirect_compatibility
Match redirect behaviour to browser handling.
WP_Http::normalize_cookies
Normalizes cookies for using in Requests.
WP_Http::request
Send an HTTP request to a URI.