RequestEvent class
The event yielded from an {@linkcode HttpConn} which represents an HTTP request from a remote client.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
RequestEvent({Request? request, Future<
void> respondWith(Object)?}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → Request
-
Available on RequestEvent, provided by the RequestEvent$Typings extension
The request from the client in the form of the web platform {@linkcode Request}.no setter -
respondWith
↔ Future<
void> Function(Object) -
Available on RequestEvent, provided by the RequestEvent$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited