![]() |
CARTA Backend
The backend component of CARTA
|
#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"
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 |
using json = nlohmann::json |