WP_REST_Request::get_method()
Method: Retrieves the HTTP method for the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:138
Method: Retrieves the HTTP method for the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:138
Method: Retrieves a parameter from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:396
Method: Retrieves the parameter priority order.
Source: wp-includes/rest-api/class-wp-rest-request.php:349
Method: Retrieves merged parameters from the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:470
Method: Retrieves parameters from the query string.
Source: wp-includes/rest-api/class-wp-rest-request.php:521
Method: Retrieves the route that matched the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:747
Method: Retrieves parameters from the route itself.
Source: wp-includes/rest-api/class-wp-rest-request.php:495
Method: Checks if a parameter exists in the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:420
Method: Checks whether this request is valid according to its attributes.
Source: wp-includes/rest-api/class-wp-rest-request.php:866
Method: Checks if the request has specified a JSON Content-Type.
Source: wp-includes/rest-api/class-wp-rest-request.php:334