Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::Router Member List

This is the complete list of members for dcn::Router, including all inherited members.

addRoute(RouteKey route, RouteHandlerFunc handler)dcn::Router
doesRouteMatch(const RouteKey &route, const http::Method &request_method, const std::string &module_path, const std::vector< std::string > &request_path_info_segments, const absl::flat_hash_map< std::string, std::string > request_query_segments) constdcn::Routerprotected
findRoute(const http::Request &request) constdcn::Router
Router()=defaultdcn::Router
~Router()=defaultdcn::Router