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
http_method.hpp File Reference
#include <format>
#include <string>

Go to the source code of this file.

Classes

struct  std::formatter< dcn::http::Method >
 

Namespaces

namespace  dcn
 
namespace  dcn::http
 
namespace  dcn::parse
 

Enumerations

enum class  dcn::http::Method {
  dcn::http::Unknown = 0 , dcn::http::GET , dcn::http::HEAD , dcn::http::PUT ,
  dcn::http::DEL , dcn::http::POST , dcn::http::OPTIONS
}
 Enum to represent the request method. More...
 

Functions

http::Method dcn::parse::parseMethodFromString (const std::string &method)
 Parse the given string to a http::Method.