- consumes
Router consumes(string contentType)
Undocumented in source.
- del
Router del(string url)
Undocumented in source.
- disable
Router disable()
Undocumented in source.
- enable
Router enable()
Undocumented in source.
- get
Router get(string url)
Undocumented in source.
- getId
int getId()
Undocumented in source.
- getMatchTypes
Set!(Matcher.MatchType) getMatchTypes()
Undocumented in source.
- handle
void handle(RoutingContext context)
Undocumented in source.
- handler
Router handler(RouteHandler handler)
Undocumented in source.
- handler
Router handler(RoutingHandler handler)
Undocumented in source.
- isEnable
bool isEnable()
Undocumented in source.
- method
Router method(string method)
Undocumented in source.
- method
Router method(HttpMethod httpMethod)
Undocumented in source.
- path
Router path(string url)
Undocumented in source.
- pathRegex
Router pathRegex(string regex)
Undocumented in source.
- paths
Router paths(string[] urlList)
Undocumented in source.
- post
Router post(string url)
Undocumented in source.
- produces
Router produces(string accept)
Undocumented in source.
- put
Router put(string url)
Undocumented in source.