crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
URI.hpp File Reference
#include "../Helper/Strings.hpp"
#include "../Main/Exception.hpp"
#include "../Wrapper/URI.hpp"
#include "../Wrapper/URIQueryList.hpp"
#include <uriparser/Uri.h>
#include <algorithm>
#include <cstddef>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for URI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Parsing::URI
 Parser for RFC 3986 URIs that can also analyze their relationships with each other. More...
 
class  crawlservpp::Parsing::URI::Exception
 Class for URI exceptions. More...
 

Namespaces

 crawlservpp::Parsing
 Namespace for classes parsing HTML, URIs, and XML.
 

Constants

constexpr auto crawlservpp::Parsing::maxEscapedCharLength {6}
 Maximum length of a URL-escaped character. More...