CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
HttpServer.cc File Reference
#include "HttpServer.h"
#include <fstream>
#include <map>
#include <regex>
#include <vector>
#include "Logger/Logger.h"
#include "MimeTypes.h"
#include "Util/Json.h"
#include "Util/String.h"
#include "Util/Token.h"
Include dependency graph for HttpServer.cc:

Namespaces

namespace  carta
 

Typedefs

using json = nlohmann::json
 

Variables

const std::string carta::SUCCESS_STRING = json({{"success", true}}).dump()
 
const std::unordered_set< std::string > carta::OBJECT_TYPES = {"layout", "snippet", "workspace"}
 

Typedef Documentation

◆ json

using json = nlohmann::json