RouteInfo

Undocumented in source.
struct RouteInfo (
T
) if (
is(T : string) ||
is(T == Regex!char)
||
isRegexFor!(T, string)
) {}

Members

Variables

hasBody
bool hasBody;
Undocumented in source.
method
string method;
Undocumented in source.
path
T path;
Undocumented in source.

Meta