mod_servlet
C++Servlets
 All Classes Files Functions Variables Typedefs Macros Pages
servlet::URI Member List

This is the complete list of members for servlet::URI, including all inherited members.

add_to_query(string_view name, string_view value)servlet::URI
authority() const noexceptservlet::URI
begin() const noexceptservlet::URIinline
compare(const URI &other) const noexceptservlet::URI
const_iterator typedefservlet::URI
create_normalized() const servlet::URI
create_with_normalized_path() const servlet::URI
decode(string_view str)servlet::URIstatic
empty() const noexceptservlet::URIinline
end() const noexceptservlet::URIinline
fragment() const noexceptservlet::URIinline
get_default_port(string_view scheme)servlet::URIstatic
has_authority() const noexceptservlet::URI
host() const noexceptservlet::URIinline
is_absolute() const noexceptservlet::URIinline
is_opaque() const noexceptservlet::URI
normalize()servlet::URI
normalize_path()servlet::URI
operator=(const URI &other)servlet::URI
operator=(URI &&other)servlet::URI
operator=(const string_type &uri_str)servlet::URIinline
operator=(string_type &&uri_str)servlet::URIinline
operator=(string_view uri_str)servlet::URIinline
operator=(const char *uri_str)servlet::URIinline
parse_query(std::function< void(std::string &&, std::string &&)> consumer)servlet::URIinline
parse_query(string_view query, std::function< void(std::string &&, std::string &&)> consumer)servlet::URIstatic
path() const noexceptservlet::URIinline
port() const noexceptservlet::URIinline
port_view() const noexceptservlet::URIinline
query() const noexceptservlet::URIinline
relativize(const URI &uri) const servlet::URI
resolve(const URI &uri) const servlet::URI
scheme() const noexceptservlet::URIinline
set_fragment(string_view fragment)servlet::URI
set_host(string_view host)servlet::URI
set_path(string_view path)servlet::URI
set_port(string_view port)servlet::URI
set_port(uint16_t port)servlet::URI
set_query(string_view query)servlet::URI
set_scheme(string_view scheme)servlet::URI
set_user_info(string_view user_info)servlet::URI
string() const noexceptservlet::URIinline
string_move()servlet::URIinline
string_type typedefservlet::URI
string_view typedefservlet::URI
swap(URI &other) noexceptservlet::URI
to_ASCII_string() const servlet::URI
URI()servlet::URIinline
URI(const string_type &uri_str)servlet::URIinlineexplicit
URI(string_type &&uri_str)servlet::URIinlineexplicit
URI(string_view uri_str)servlet::URIinlineexplicit
URI(const char *uri_str)servlet::URIinlineexplicit
URI(InputIter first, InputIter last)servlet::URIinline
URI(string_view scheme, string_view userInfo, string_view host, uint16_t port, string_view path, string_view query, string_view fragment)servlet::URI
URI(string_view scheme, string_view host, uint16_t port, string_view path, string_view query)servlet::URIinline
URI(const URI &other)servlet::URIinline
URI(URI &&other) noexceptservlet::URIinline
uri_view() const noexceptservlet::URIinline
user_info() const noexceptservlet::URIinline
~URI() noexceptservlet::URIinline