Ada 2.9.2
Fast spec-compliant URL parser
|
This is the complete list of members for ada::url, including all inherited members.
ada::helpers::strip_trailing_spaces_from_opaque_path(ada::url &url) noexcept | ada::url | friend |
ada::parser::parse_url(std::string_view, const ada::url *) | ada::url | friend |
ada::parser::parse_url(std::string_view, const ada::url_aggregator *) | ada::url | friend |
ada::parser::parse_url_impl(std::string_view, const ada::url *) | ada::url | friend |
ada::parser::parse_url_impl(std::string_view, const ada::url_aggregator *) | ada::url | friend |
get_components() const noexcept | ada::url | |
get_hash() const noexcept | ada::url | |
get_host() const noexcept | ada::url | |
get_hostname() const noexcept | ada::url | |
get_href() const noexcept | ada::url | |
get_origin() const noexcept override | ada::url | virtual |
get_password() const noexcept | ada::url | |
get_pathname() const noexcept | ada::url | |
get_pathname_length() const noexcept | ada::url | |
get_port() const noexcept | ada::url | |
get_protocol() const noexcept | ada::url | |
get_search() const noexcept | ada::url | |
get_username() const noexcept | ada::url | |
has_credentials() const noexcept | ada::url | |
has_empty_hostname() const noexcept | ada::url | inline |
has_hash() const noexcept override | ada::url | virtual |
has_hostname() const noexcept | ada::url | inline |
has_opaque_path | ada::url_base | |
has_port() const noexcept | ada::url | inline |
has_search() const noexcept override | ada::url | virtual |
has_valid_domain() const noexcept override | ada::url | virtual |
host_type | ada::url_base | |
is_special() const noexcept | ada::url_base | |
is_valid | ada::url_base | |
operator=(url &&u) noexcept=default | ada::url | |
operator=(const url &u)=default | ada::url | |
set_hash(std::string_view input) | ada::url | |
set_host(std::string_view input) | ada::url | |
set_hostname(std::string_view input) | ada::url | |
set_href(std::string_view input) | ada::url | |
set_password(std::string_view input) | ada::url | |
set_pathname(std::string_view input) | ada::url | |
set_port(std::string_view input) | ada::url | |
set_protocol(std::string_view input) | ada::url | |
set_search(std::string_view input) | ada::url | |
set_username(std::string_view input) | ada::url | |
to_string() const override | ada::url | virtual |
url()=default | ada::url | |
url(const url &u)=default | ada::url | |
url(url &&u) noexcept=default | ada::url | |
~url() override=default | ada::url | |
~url_base()=default | ada::url_base | virtual |