![]() |
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/Json.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::unordered_set< std::string > | carta::OBJECT_TYPES = {"layout", "snippet", "workspace"} |
| using json = nlohmann::json |