Filters the preemptive return value of an HTTP request.
http_request_args
Filters the arguments used in an HTTP request.
http_request_reject_unsafe_urls
Filters whether to pass URLs through wp_http_validate_url() in an HTTP request.
http_headers_useragent
Filters the user agent value sent with an HTTP request.
Advertisement
http_request_version
Filters the version of the HTTP protocol used in a request.
http_request_redirection_count
Filters the number of redirects allowed during an HTTP request.
http_request_timeout
Filters the timeout value for an HTTP request.
WP_Http::request
Send an HTTP request to a URI.
Advertisement
WP_Http
Core class used for managing HTTP transports and making HTTP requests.