magpie
Loading...
Searching...
No Matches
magpie::routing::Route< path, ContextType > Member List

This is the complete list of members for magpie::routing::Route< path, ContextType >, including all inherited members.

callback (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >
getMiddlewaresAsPtr() (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >inlinevirtual
invoke(const std::vector< std::string_view > &requestedPath, ContextType *context, Request &req, Response &res) override (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >inlinevirtual
middlewares (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >protected
registerMiddlewares(std::vector< std::shared_ptr< Middleware< ContextType > > > &&middlewares) (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >inlinevirtual
Route(const RouteCallback< path, ContextType > &callback) (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >inline
Size (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >static
typeToFuncArgs(const std::vector< std::string_view > &requestedPath, std::index_sequence< I... >) (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >inline
typeTuples (defined in magpie::routing::Route< path, ContextType >)magpie::routing::Route< path, ContextType >inlinestatic
~BaseRoute()=default (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >virtual