Retrieves a parameter from the request.
rest_request_parameter_order
Filters the parameter order.
WP_REST_Request::get_parameter_order
Retrieves the parameter priority order.
WP_REST_Request::get_content_type
Retrieves the content-type of the request.
Advertisement
WP_REST_Request::set_headers
Sets headers on the request.
WP_REST_Request::remove_header
Removes all values for a header.
WP_REST_Request::add_header
Appends a header value for the given header.
WP_REST_Request::set_header
Sets the header on request.
Advertisement
WP_REST_Request::get_header_as_array
Retrieves header values from the request.
WP_REST_Request::get_header
Retrieves the given header from the request.
WP_REST_Request::canonicalize_header_name
Canonicalizes the header name.
WP_REST_Request::get_headers
Retrieves all headers from the request.
Advertisement
WP_REST_Request::get_method
Retrieves the HTTP method for the request.
WP_REST_Request::set_method
Sets HTTP method for the request.
WP_REST_Request::__construct
Constructor.