CCF
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
rest_verb.h File Reference
#include "ccf/ds/hash.h"
#include <llhttp/llhttp.h>
#include <string>

Go to the source code of this file.

Classes

class  ccf::RESTVerb
 

Namespaces

namespace  ccf
 

Macros

#define XX(num, name, string)
 

Functions

void ccf::to_json (nlohmann::json &j, const RESTVerb &verb)
 
void ccf::from_json (const nlohmann::json &j, RESTVerb &verb)
 
std::string ccf::schema_name (const RESTVerb *)
 
void ccf::fill_json_schema (nlohmann::json &schema, const RESTVerb *)
 

Macro Definition Documentation

◆ XX

#define XX (   num,
  name,
  string 
)
Value:
case (ccf::ds::fnv_1a<size_t>(#string)): \
{ \
return llhttp_method(num); \
}