DartServerHelper class

Constructors

DartServerHelper(Request request)

Properties

hashCode int
The hash code for this object.
no setterinherited
message ↔ Response
getter/setter pair
request ↔ Request
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() → dynamic
error(int code, {dynamic message}) → dynamic
get() → dynamic
getBody() Map<String, dynamic>
getFile() File
getHeadersBykey(String name) String
getQuery() Map<String, String>
getQueryByKey(String key) → dynamic
helper(dynamic data) → dynamic
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() Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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