LWDRouter class

Annotations
  • @sealed

Constructors

LWDRouter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRoute(String verb, String route, Handler handler) → void
call(LWDRequest request) Future<LWDResponse>
connect(String route, Handler handler) → void
delete(String route, Handler handler) → void
get(String route, Handler handler) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(String route, Handler handler) → void
patch(String route, Handler handler) → void
post(String route, Handler handler) → void
put(String route, Handler handler) → void
toString() String
A string representation of this object.
inherited
trace(String route, Handler handler) → void

Operators

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