Mantis App v0.1.13
Loading...
Searching...
No Matches
mantis::RouteHandler Struct Reference

Struct encompassing the list of middlewares and the handler function registered to a specific route. More...

#include <http.h>

Public Attributes

std::vector< Middlewaremiddlewares
 
RouteHandlerFunc handler
 

‍List of


 

Detailed Description

Struct encompassing the list of middlewares and the handler function registered to a specific route.

Member Data Documentation

◆ handler

RouteHandlerFunc mantis::RouteHandler::handler

‍List of

See also
Middlewares for a route.

◆ middlewares

std::vector<Middleware> mantis::RouteHandler::middlewares

The documentation for this struct was generated from the following file: