MutableRequest
Properties
An (optional) payload sent with the request. Will only potentially be set with appropriate methods that are allowed to send data, i.e. HttpMethod.POST, HttpMethod.PUT, and HttpMethod.PATCH
Information about the connection that carried the request.
The content type of the body, if set and sent.
Any cookies sent with the request. Note the value of the cookies will be in a raw format, so you may need to decode them yourself.
All headers sent with the request.
The type of http method this call was sent with.
A list of key/value pairs extracted either from the user's query string or from any dynamic path parts.
Like params but only for the query string, just in case a user needs to disambiguate between a dynamic path part and a query parameter with the same name.