![]() |
Mantis App v0.2.8
|
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 |
std::variant< RouteHandlerFunc, RouteHandlerFuncWithContentReader > | handler |
| |
Struct encompassing the list of middlewares and the handler function registered to a specific route.
std::variant<RouteHandlerFunc, RouteHandlerFuncWithContentReader> mantis::RouteHandler::handler |
List of
std::vector<Middleware> mantis::RouteHandler::middlewares |