Route

Undocumented in source.

Constructors

this
this(string path, HttpMethod method, RoutingHandler handler)
Undocumented in source.

Members

Functions

find
RoutingHandler find(HttpMethod method)
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

paramKeys
string[uint] paramKeys;
Undocumented in source.
pattern
string pattern;
Undocumented in source.
regular
bool regular;
Undocumented in source.
urlTemplate
string urlTemplate;
Undocumented in source.

Meta