MutableRequest class abstract

Implemented types
Implementers

Constructors

MutableRequest()
const

Properties

body ReadOnlyBody
The body of the request, resolved from the original payload.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headers MutableHeaders
The headers of the request.
no setteroverride
method String
The HTTP method of the request.
no setterinherited
originalPayload ReadOnlyPayload
The original payload of the request.
no setterinherited
pathParameters Map<String, String>
The path parameters of the request.
no setterinherited
queryParameters Map<String, String>
The query parameters of the request.
no setterinherited
queryParametersAll Map<String, Iterable<String>>
The query parameters of the request, including multiple values for the same parameter, if any.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments Iterable<String>
The segments of the request path.
no setterinherited
uri Uri
The URI of the request.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolvePayload() Future<void>
Resolves the payload of the request for body to be accessible.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited