Retrieves the HTTP return code for the response.
WP_HTTP_Response::__construct
Constructor.
WP_HTTP_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Response::jsonSerialize
Retrieves the response data for JSON serialization.
Advertisement
WP_HTTP_Response::set_data
Sets the response data.
WP_HTTP_Response::set_status
Sets the 3-digit HTTP status code.
WP_HTTP_Response::get_data
Retrieves the response data.
WP_HTTP_Response::get_status
Retrieves the HTTP return code for the response.
Advertisement
WP_HTTP_Response::header
Sets a single HTTP header.
WP_HTTP_Response::set_headers
Sets all header values.
WP_HTTP_Response::get_headers
Retrieves headers associated with the response.
WP_HTTP_Response::__construct
Constructor.
Advertisement
WP_HTTP_Response
Core class used to prepare HTTP responses.