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/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::string carta::LAYOUT = "layout"
 
const std::string carta::SNIPPET = "snippet"
 
const std::string carta::WORKSPACE = "workspace"
 
const std::unordered_map< std::string, std::string > carta::SCHEMA_URLS
 

Typedef Documentation

◆ json

using json = nlohmann::json