|
mod_servlet
C++Servlets
|
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 noexcept | servlet::URI | |
| begin() const noexcept | servlet::URI | inline |
| compare(const URI &other) const noexcept | servlet::URI | |
| const_iterator typedef | servlet::URI | |
| create_normalized() const | servlet::URI | |
| create_with_normalized_path() const | servlet::URI | |
| decode(string_view str) | servlet::URI | static |
| empty() const noexcept | servlet::URI | inline |
| end() const noexcept | servlet::URI | inline |
| fragment() const noexcept | servlet::URI | inline |
| get_default_port(string_view scheme) | servlet::URI | static |
| has_authority() const noexcept | servlet::URI | |
| host() const noexcept | servlet::URI | inline |
| is_absolute() const noexcept | servlet::URI | inline |
| is_opaque() const noexcept | servlet::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::URI | inline |
| operator=(string_type &&uri_str) | servlet::URI | inline |
| operator=(string_view uri_str) | servlet::URI | inline |
| operator=(const char *uri_str) | servlet::URI | inline |
| parse_query(std::function< void(std::string &&, std::string &&)> consumer) | servlet::URI | inline |
| parse_query(string_view query, std::function< void(std::string &&, std::string &&)> consumer) | servlet::URI | static |
| path() const noexcept | servlet::URI | inline |
| port() const noexcept | servlet::URI | inline |
| port_view() const noexcept | servlet::URI | inline |
| query() const noexcept | servlet::URI | inline |
| relativize(const URI &uri) const | servlet::URI | |
| resolve(const URI &uri) const | servlet::URI | |
| scheme() const noexcept | servlet::URI | inline |
| 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 noexcept | servlet::URI | inline |
| string_move() | servlet::URI | inline |
| string_type typedef | servlet::URI | |
| string_view typedef | servlet::URI | |
| swap(URI &other) noexcept | servlet::URI | |
| to_ASCII_string() const | servlet::URI | |
| URI() | servlet::URI | inline |
| URI(const string_type &uri_str) | servlet::URI | inlineexplicit |
| URI(string_type &&uri_str) | servlet::URI | inlineexplicit |
| URI(string_view uri_str) | servlet::URI | inlineexplicit |
| URI(const char *uri_str) | servlet::URI | inlineexplicit |
| URI(InputIter first, InputIter last) | servlet::URI | inline |
| 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::URI | inline |
| URI(const URI &other) | servlet::URI | inline |
| URI(URI &&other) noexcept | servlet::URI | inline |
| uri_view() const noexcept | servlet::URI | inline |
| user_info() const noexcept | servlet::URI | inline |
| ~URI() noexcept | servlet::URI | inline |