RouteItem

Members

Functions

allowedMiddlewares
TypeInfo_Class[] allowedMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.
skippedMiddlewares
TypeInfo_Class[] skippedMiddlewares()
Undocumented in source. Be warned that the author may not have intended to support it.
withMiddleware
void withMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withMiddleware
void withMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware()
Undocumented in source. Be warned that the author may not have intended to support it.
withoutMiddleware
void withoutMiddleware(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isRegex
bool isRegex;
Undocumented in source.
methods
string[] methods;
Undocumented in source.
paramKeys
string[int] paramKeys;
Undocumented in source.
path
string path;
Undocumented in source.
pattern
string pattern;
Undocumented in source.
urlTemplate
string urlTemplate;
Undocumented in source.

Meta