Ada 2.9.2
Fast spec-compliant URL parser
|
Declaration for the basic URL definitions. More...
#include "ada/common_defs.h"
#include "ada/url_components.h"
#include "ada/scheme.h"
#include <string_view>
Go to the source code of this file.
Classes | |
struct | ada::url_base |
Base class of URL implementations. More... | |
Namespaces | |
namespace | ada |
Enumerations | |
enum | ada::url_host_type : uint8_t { ada::DEFAULT = 0 , ada::IPV4 = 1 , ada::IPV6 = 2 } |
Declaration for the basic URL definitions.
Definition in file url_base.h.