DartnessRequest class
A http request class that is used in the Dartness framework
Constructors
-
DartnessRequest(String method, Uri uri, {Map<
String, Object> ? headers, Object? body, Encoding? encoding}) - DartnessRequest.fromShelf(Request _request)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headers
→ Map<
String, String> -
The HTTP headers with case-insensitive keys.
The returned map is unmodifiable.
read-only
- method → String
-
The http method associated with the request.
read-only
- requestedUri → Uri
-
The original requested Uri.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url → Uri
-
The requested url relative to the current handler path.
read-only
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited