Constructors
- Request(Request _raw, Application _app)
Properties
- app → Application
-
read-only
- body → Future<String>
-
read-only
- C → Config
-
read-only
- context → Context
-
read-only
- handlerPath → String
-
read-only
- headers → Map<String, String>
-
read-only
- method → String
-
read-only
- mimeType → String
-
read-only
- path → String
-
read-only
- raw → Request
-
read-only
- res → Response
-
read-only
- response → Response
-
read-only
- url → Uri
-
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
asJson(
) → Future -
on(
String method, RequestHandler handler) → Future -
only(
List<String> allowedMethods) → bool -
toString(
) → String -
Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited