Uses
Uses | Description |
---|---|
wp-includes/class-wp-http-requests-response.php: WP_HTTP_Requests_Response::get_cookies() | Retrieves cookies from the response. |
wp-includes/class-wp-http-requests-response.php: WP_HTTP_Requests_Response::get_headers() | Retrieves headers associated with the response. |
wp-includes/class-wp-http-requests-response.php: WP_HTTP_Requests_Response::get_data() | Retrieves the response data. |
wp-includes/class-wp-http-requests-response.php: WP_HTTP_Requests_Response::get_status() | Retrieves the HTTP return code for the response. |
wp-includes/functions.php: get_status_header_desc() | Retrieve the description for the HTTP status. |