Router class

Constructors

Router()

Properties

copys Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
deletes Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
gets Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heads Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
getter/setter pair
locks Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
optionss Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
patchs Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
posts Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
propfinds Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
purges Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
puts Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
unlocks Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair
views Map<String, List<dynamic Function(ExpressRequest req, ExpressResponse res)>>
getter/setter pair

Methods

copy(ExpressMethod routeData) → dynamic
delete(ExpressMethod routeData) → dynamic
get(ExpressMethod routeData) → dynamic
join(Router rter) → void
lock(ExpressMethod routeData) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options(ExpressMethod routeData) → dynamic
patch(ExpressMethod routeData) → dynamic
post(ExpressMethod routeData) → dynamic
propfind(ExpressMethod routeData) → dynamic
purge(ExpressMethod routeData) → dynamic
put(ExpressMethod routeData) → dynamic
toString() String
A string representation of this object.
inherited
unlock(ExpressMethod routeData) → dynamic
view(ExpressMethod routeData) → dynamic

Operators

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