New and updated in 4.4.0
-
Sets body content.
-
Retrieves the parameters from a JSON-formatted body.
-
Parses the JSON parameters.
-
Parses the request body parameters.
-
Retrieves the route that matched the request.
-
Sets the route that matched the request.
-
Retrieves parameters from the body.
-
Sets parameters from the body.
-
Retrieves multipart file parameters from the body.
-
Sets multipart file parameters from the body.
-
Retrieves the default parameters.
-
Sets default parameters.
-
Retrieves the request body content.
-
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.
-
Sets a parameter on the request.
-
Retrieves merged parameters 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.
-
Constructor.
-
Retrieves the HTTP method for the request.