- consumes
Router consumes(string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
- del
Router del(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- disable
Router disable()
Undocumented in source. Be warned that the author may not have intended to support it.
- enable
Router enable()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Router get(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- getId
int getId()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMatchTypes
Set!(MatchType) getMatchTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
void handle(RoutingContext context)
Undocumented in source. Be warned that the author may not have intended to support it.
- handler
Router handler(RouteHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- handler
Router handler(RoutingHandler h)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEnable
bool isEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
- method
Router method(HttpMethod httpMethod)
Undocumented in source. Be warned that the author may not have intended to support it.
- method
Router method(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(Router o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- path
Router path(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- pathRegex
Router pathRegex(string regex)
Undocumented in source. Be warned that the author may not have intended to support it.
- paths
Router paths(string[] urlList)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
Router post(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- produces
Router produces(string accept)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
Router put(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.