Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.
WP_Http::make_absolute_url
Converts a relative URL to an absolute URL relative to a given URL.
WP_Http::handle_redirects
Handles an HTTP redirect and follows it if appropriate.
WP_Http::normalize_cookies
Normalizes cookies for using in Requests.
Advertisement
WP_Http::is_ip_address
Determines if a specified string represents an IP address or not.
WP_Http::browser_redirect_compatibility
Match redirect behaviour to browser handling.
WP_Http::validate_redirects
Validate redirected URLs.
WP_Http::_get_first_available_transport
Tests which transports are capable of supporting the request.
Advertisement
WP_Http::request
Send an HTTP request to a URI.
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
block_local_requests
Filters whether to block local HTTP API requests.
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.