![]() |
Mantis App v0.1.13
|
Struct encompassing the list of middlewares and the handler function registered to a specific route. More...
#include <http.h>
Public Attributes | |
std::vector< Middleware > | middlewares |
RouteHandlerFunc | handler |
| |
Struct encompassing the list of middlewares and the handler function registered to a specific route.
RouteHandlerFunc mantis::RouteHandler::handler |
List of
std::vector<Middleware> mantis::RouteHandler::middlewares |