crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
TorControl.hpp File Reference
#include "Config.hpp"
#include "../Main/Exception.hpp"
#include "../Timer/Simple.hpp"
#include "asio.hpp"
#include <array>
#include <cstdint>
#include <iostream>
#include <string>
#include <string_view>
Include dependency graph for TorControl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Network::TorControl
 Controls a TOR service via a TOR control server/port, if available. More...
 
class  crawlservpp::Network::TorControl::Exception
 Class for TOR control exceptions. More...
 

Namespaces

 crawlservpp::Network
 Namespace for networking classes.
 

Constants

constexpr auto crawlservpp::Network::responseCodeLength {3}
 The length of a HTTP response code. More...
 
constexpr auto crawlservpp::Network::millisecondsPerSecond {1000}
 The number of milliseconds per second. More...