Request class

  • contains simplified logic to extract data from the io req class

Properties

body Map<String, dynamic>
getter/setter pair
cookies List<Cookie>
return the cookies from the io request=
no setter
hashCode int
The hash code for this object.
no setterinherited
headers HttpHeaders
the HttpRequest instance the HttpHeaders instance from the request
no setter
ip String
ip address of the request client
no setter
method String
the request method
no setter
params Map<String, dynamic>
? getter part
getter/setter pair
path String
return the the request path
no setter
queryParams Map<String, dynamic>
the query parameters from the incoming request
getter/setter pair
request HttpRequest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session HttpSession
return the httpSession from the io request
no setter

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

Static Methods

init(HttpRequest request, EndPoint endPoint) Future<Request>