RegexRoute

Undocumented in source.

Constructors

this
this(string r, Handler h)
Undocumented in source.

Members

Functions

match
RequestArgs match(string input)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_re
Regex!char _re;
Undocumented in source.

Inherited Members

From Route

_handler
Handler _handler;
Undocumented in source.
_origin
string _origin;
Undocumented in source.
match
RequestArgs match(string )
Undocumented in source. Be warned that the author may not have intended to support it.
handler
Handler handler()
Undocumented in source. Be warned that the author may not have intended to support it.
origin
string origin()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta