Parsed: 116652
<?php /** * HTTP API: WP_HTTP_Requests_Response class * * @package WordPress * @subpackage HTTP * @since 4.6.0 */ /* class WP_HTTP_Requests_Response */ /* function WP_HTTP_Requests_Response::__construct() – Constructor. */ /* function WP_HTTP_Requests_Response::get_response_object() – Retrieves the response object for the request. */ /* function WP_HTTP_Requests_Response::get_headers() – Retrieves headers associated with the response. */ /* function WP_HTTP_Requests_Response::set_headers() – Sets all header values. */ /* function WP_HTTP_Requests_Response::header() – Sets a single HTTP header. */ /* function WP_HTTP_Requests_Response::get_status() – Retrieves the HTTP return code for the response. */ /* function WP_HTTP_Requests_Response::set_status() – Sets the 3-digit HTTP status code. */ /* function WP_HTTP_Requests_Response::get_data() – Retrieves the response data. */ /* function WP_HTTP_Requests_Response::set_data() – Sets the response data. */ /* function WP_HTTP_Requests_Response::get_cookies() – Retrieves cookies from the response. */ /* function WP_HTTP_Requests_Response::to_array() – Converts the object to a WP_Http response array. */