WP_REST_Request::get_url_params()
Method: Retrieves parameters from the route itself.
Source: wp-includes/rest-api/class-wp-rest-request.php:497
Method: Retrieves parameters from the route itself.
Source: wp-includes/rest-api/class-wp-rest-request.php:497
Method: Sets parameters from the route.
Source: wp-includes/rest-api/class-wp-rest-request.php:510
Method: Retrieves parameters from the query string.
Source: wp-includes/rest-api/class-wp-rest-request.php:523
Method: Sets headers on the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:283
Method: Retrieves the Content-Type of the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:302
Method: Retrieves the parameter priority order.
Source: wp-includes/rest-api/class-wp-rest-request.php:349
Method: Retrieves header values from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:219
Method: Sets the header on request.
Source: wp-includes/rest-api/class-wp-rest-request.php:237
Method: Appends a header value for the given header.
Source: wp-includes/rest-api/class-wp-rest-request.php:252
Method: Removes all values for a header.
Source: wp-includes/rest-api/class-wp-rest-request.php:270
Method: Constructor.
Source: wp-includes/rest-api/class-wp-rest-request.php:113
Method: Retrieves the HTTP method for the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:138
Method: Sets HTTP method for the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:149
Method: Retrieves all headers from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:160
Method: Canonicalizes the header name.
Source: wp-includes/rest-api/class-wp-rest-request.php:182
Method: Retrieves the given header from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:201
Class: Core class used to implement a REST request object.
Source: wp-includes/rest-api/class-wp-rest-request.php:30