|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Helper/Json.hpp"#include "../Helper/Strings.hpp"#include "../Main/Exception.hpp"#include "../Struct/ConfigItem.hpp"#include "../_extern/rapidjson/include/rapidjson/document.h"#include <algorithm>#include <array>#include <cctype>#include <cstdint>#include <limits>#include <queue>#include <stdexcept>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Module::Config |
| Abstract class as base for module-specific configurations. More... | |
| class | crawlservpp::Module::Config::Exception |
| Class for configuration exceptions. More... | |
Namespaces | |
| crawlservpp::Module | |
| Namespace for the different modules run by threads. | |
Macros | |
| #define | MODULE_CONFIG_DEBUG |
Constants | |
| constexpr std::array | crawlservpp::Module::protocols |
Protocols supported by the libcurl library. More... | |
| #define MODULE_CONFIG_DEBUG |