@package: REST_API
-
Retrieves multipart file parameters from the body.
-
Sets multipart file parameters from the body.
-
Sets a parameter on the request.
-
Retrieves merged parameters from the request.
-
Retrieves parameters from the route itself.
-
Sets parameters from the route.
-
Retrieves parameters from the query string.
-
Sets parameters from the query string.
-
Filters the parameter priority order for a REST API request.
-
Retrieves a parameter from the request.
-
Retrieves header values from the request.
-
Sets the header on request.
-
Appends a header value for the given header.
-
Removes all values for a header.
-
Sets headers on the request.
-
Retrieves the Content-Type of the request.
-
Retrieves the parameter priority order.
-
Canonicalizes the header name.
-
Retrieves the given header from the request.
-
Constructor.
-
Retrieves the HTTP method for the request.
-
Sets HTTP method for the request.
-
Retrieves all headers from the request.
-
Retrieves the route that was used.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/class-wp-rest-response.php:170 -
Sets the route (regex for path) that caused the response.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/class-wp-rest-response.php:181 -
Retrieves the handler that was used to generate the response.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/class-wp-rest-response.php:192 -
Sets the handler that was responsible for generating the response.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/class-wp-rest-response.php:203 -
Checks if the response is an error, i.e. >= 400 response code.
-
Retrieves a WP_Error object from the response.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/class-wp-rest-response.php:225 -
classWP_REST_Request
Core class used to implement a REST request object.