Ada 2.9.2
Fast spec-compliant URL parser
|
Definitions for the URL scheme. More...
#include "ada/scheme.h"
Go to the source code of this file.
Namespaces | |
namespace | ada |
namespace | ada::scheme |
Includes the scheme declarations. | |
namespace | ada::scheme::details |
Includes the definitions for scheme specific entities. | |
Functions | |
constexpr uint16_t | ada::scheme::get_special_port (std::string_view scheme) noexcept |
constexpr uint16_t | ada::scheme::get_special_port (ada::scheme::type type) noexcept |
constexpr ada::scheme::type | ada::scheme::get_scheme_type (std::string_view scheme) noexcept |
Variables | |
constexpr std::string_view | ada::scheme::details::is_special_list [] |
constexpr uint16_t | ada::scheme::details::special_ports [] = {80, 0, 443, 80, 21, 443, 0, 0} |
Definitions for the URL scheme.
Definition in file scheme-inl.h.