HttpAction class abstract

Single HTTP API Endpoint

Implemented types
Implementers
Annotations

Constructors

HttpAction()

Properties

className String
no setteroverride
db Db
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
pathArgs List<String>
getter/setter pair
request HttpRequest
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server Server
no setter
statsSubId int
getter/setter pairoverride-getter

Methods

handleRequest() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGetArgs(Map<String, String> queryParameters) → void
setPostArgs(Map json) → void
toString() String
A string representation of this object.
inherited

Operators

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