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::RouteHandlerFunc Member List

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

operator()(Args &&... args) constdcn::RouteHandlerFuncinline
RouteHandlerFunc(std::function< asio::awaitable< http::Response >(Args...)> func)dcn::RouteHandlerFuncinline
RouteHandlerFunc(RouteHandlerFunc &&other)=defaultdcn::RouteHandlerFunc