Router

Undocumented in source.

Members

Aliases

RouteMatch
alias RouteMatch = Tuple!(Handler, "handler", RequestArgs, "args")
Undocumented in source.

Functions

addRoute
void addRoute(Route r)
Undocumented in source. Be warned that the author may not have intended to support it.
getRoute
auto getRoute(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta