DartServerHelper class

Constructors

DartServerHelper(HttpRequest request, {dynamic params})

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, dynamic>
getter/setter pair
request HttpRequest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() → dynamic
error(int code, {dynamic message}) → void
get() → dynamic
getBody() Future<Map<String, dynamic>>
getFile() File
getHeadersBykey(String name) String
getParamByKey(String key) → dynamic
getParams() Map<String, dynamic>
getQuery() Map<String, String>
getQueryByKey(String key) → dynamic
helper(dynamic data) → void
methodNotAllowed() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paramNotFound(String key) → dynamic
paramTypeNotAccess(String key) → dynamic
patch() → dynamic
post() → dynamic
put() → dynamic
response() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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