WP_REST_Response
Class: Core class used to implement a REST response object.
Source: wp-includes/rest-api/class-wp-rest-response.php:17
Class: Core class used to implement a REST response object.
Source: wp-includes/rest-api/class-wp-rest-response.php:17
Method: Sends an HTTP header.
Source: wp-includes/rest-api/class-wp-rest-server.php:1789
Method: Retrieves the Content-Type of the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:302
Method: Retrieves the request body content.
Source: wp-includes/rest-api/class-wp-rest-request.php:623
Method: Adds a link to the response.
Source: wp-includes/rest-api/class-wp-rest-response.php:58
Method: Converts an error to a response object.
Source: wp-includes/rest-api/class-wp-rest-server.php:213
Method: Retrieves namespaces registered on the server.
Source: wp-includes/rest-api/class-wp-rest-server.php:958
Method: Retrieves an appropriate error representation in JSON.
Source: wp-includes/rest-api/class-wp-rest-server.php:232
Method: Retrieves specified options for a route.
Source: wp-includes/rest-api/class-wp-rest-server.php:970
Method: Handles serving a REST API request.
Source: wp-includes/rest-api/class-wp-rest-server.php:285