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
route.hpp File Reference
#include <string>
#include <functional>
#include <utility>
#include <regex>
#include <vector>
#include <cassert>
#include "native.h"
#include <asio.hpp>
#include <absl/hash/hash.h>
#include <absl/container/flat_hash_map.h>
#include "http.hpp"
#include "route_arg.hpp"
#include "route_key.hpp"

Go to the source code of this file.

Classes

class  dcn::RouteHandlerFunc
 A class representing a route handler function. More...
 
class  dcn::Router
 A class representing a router for handling HTTP requests. More...
 

Namespaces

namespace  dcn
 

Typedefs

using dcn::QueryArgsList = absl::flat_hash_map< std::string, RouteArg >