This is the complete list of members for Route, including all inherited members.
compiledRegex | Route | |
handler | Route | |
isDynamic | Route | |
method | Route | |
paramNames | Route | |
path | Route | |
requiresAuth | Route | |
Route(const std::string &m, const std::string &p, RouteHandler h, bool dynamic=false, bool auth=false, const std::vector< std::string > ¶ms={}) | Route | inline |
Route()=default | Route |