Advertisement

wp_http_supports

Determines if there is an HTTP Transport that can process this request.

Advertisement

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.