|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::URI, including all inherited members.
| from_any(std::string_view uri) | Botan::URI | static |
| from_domain(std::string_view uri) | Botan::URI | static |
| from_ipv4(std::string_view uri) | Botan::URI | static |
| from_ipv6(std::string_view uri) | Botan::URI | static |
| host() const | Botan::URI | inline |
| operator==(const URI &a) const | Botan::URI | inline |
| port() const | Botan::URI | inline |
| to_string() const | Botan::URI | |
| Type enum name | Botan::URI | |
| type() const | Botan::URI | inline |
| URI(Type type, std::string_view host, uint16_t port) | Botan::URI | inline |