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
url.hpp File Reference
#include <format>
#include <string>
#include <vector>
#include <sstream>
#include <absl/container/flat_hash_map.h>

Go to the source code of this file.

Classes

class  dcn::http::URL
 
struct  std::formatter< dcn::http::URL >
 

Namespaces

namespace  dcn
 
namespace  dcn::http
 

Functions

template<typename H >
H dcn::http::AbslHashValue (H h, const URL &url)
 Combines hash values for a RouteKey object.
 
std::vector< std::string > dcn::http::splitPathSegments (const std::string path)
 
absl::flat_hash_map< std::string, std::string > dcn::http::splitQuerySegments (const std::string &query)