Route

Undocumented in source.

Constructors

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

Members

Functions

bindMethod
Route bindMethod(HttpMethod method, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
find
RoutingHandler find(HttpMethod method)
Undocumented in source. Be warned that the author may not have intended to support it.
middlewareHandlers
MiddlewareHandler[] middlewareHandlers()
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.
use
Route use(MiddlewareHandler handler)
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