magpie
Loading...
Searching...
No Matches
magpie::routing::BaseRoute< ContextType > Member List

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

getMiddlewaresAsPtr() (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >inlinevirtual
invoke(const std::vector< std::string_view > &requestedRoute, ContextType *context, Request &req, Response &res)=0 (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >pure virtual
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
~BaseRoute()=default (defined in magpie::routing::BaseRoute< ContextType >)magpie::routing::BaseRoute< ContextType >virtual