Determines if there is an HTTP Transport that can process this request.
wp_remote_retrieve_cookie
Retrieve a single cookie by name from the raw response.
wp_remote_retrieve_cookies
Retrieve only the cookies from the raw response.
wp_remote_retrieve_response_message
Retrieve only the response message from the raw response.
Advertisement
wp_remote_retrieve_body
Retrieve only the body from the raw response.
wp_remote_retrieve_response_code
Retrieve only the response code from the raw response.
wp_remote_retrieve_header
Retrieve a single header by name from the raw response.
wp_remote_retrieve_headers
Retrieve only the headers from the raw response.
Advertisement
wp_remote_head
Performs an HTTP request using the HEAD method and returns its response.
wp_remote_post
Performs an HTTP request using the POST method and returns its response.
wp_remote_get
Performs an HTTP request using the GET method and returns its response.
wp_remote_request
Performs an HTTP request and returns its response.
Advertisement
wp_safe_remote_post
Retrieve the raw response from a safe HTTP request using the POST method.
wp_safe_remote_head
Retrieve the raw response from a safe HTTP request using the HEAD method.
wp_safe_remote_get
Retrieve the raw response from a safe HTTP request using the GET method.