Retrieves the HTTP return code for the response.
WP_HTTP_Requests_Response::header
Sets a single HTTP header.
WP_HTTP_Requests_Response::set_headers
Sets all header values.
WP_HTTP_Requests_Response::get_headers
Retrieves headers associated with the response.
Advertisement
WP_HTTP_Requests_Response::get_response_object
Retrieves the response object for the request.
WP_HTTP_Requests_Response::__construct
Constructor.
WP_HTTP_Requests_Hooks::dispatch
Dispatch a Requests hook to a native WordPress action.
WP_HTTP_Requests_Hooks::__construct
Constructor.
Advertisement
WP_HTTP_Proxy::send_through_proxy
Determines whether the request should be sent through a proxy.
WP_HTTP_Proxy::authentication_header
Retrieve header string for proxy authentication.
WP_HTTP_Proxy::authentication
Retrieve authentication string for proxy authentication.
WP_HTTP_Proxy::password
Retrieve the password for proxy authentication.
Advertisement
WP_HTTP_Proxy::username
Retrieve the username for proxy authentication.
WP_HTTP_Proxy::port
Retrieve the port for the proxy server.
WP_HTTP_Proxy::host
Retrieve the host for the proxy server.