|
MantisBase v0.3.4
|
Struct encompassing the list of middlewares and the handler function registered to a specific route. More...
#include <route_registry.h>
Public Attributes | |
| std::vector< MiddlewareFn > | middlewares |
| std::variant< HandlerFn, HandlerWithContentReaderFn > | handler |
| |
Struct encompassing the list of middlewares and the handler function registered to a specific route.
| std::variant<HandlerFn, HandlerWithContentReaderFn> mb::RouteHandler::handler |
List of
| std::vector<MiddlewareFn> mb::RouteHandler::middlewares |