class Requests_Response {}
HTTP response class
Description
Contains a response from Requests::request()
Methods
- __construct — Constructor
- is_redirect — Is the response a redirect?
- throw_for_status — Throws an exception if the request was not successful
Source
File: wp-includes/Requests/Response.php
.
View all references