#include <uri.h>
Definition at line 17 of file uri.h.
◆ Type
Enumerator |
---|
NotSet | |
IPv4 | |
IPv6 | |
Domain | |
Definition at line 18 of file uri.h.
◆ URI() [1/2]
◆ URI() [2/2]
Botan::URI::URI |
( |
Type | xtype, |
|
|
std::string_view | xhost, |
|
|
unsigned short | xport ) |
|
inline |
Definition at line 30 of file uri.h.
◆ fromAny()
URI Botan::URI::fromAny |
( |
std::string_view | uri | ) |
|
|
static |
◆ fromDomain()
URI Botan::URI::fromDomain |
( |
std::string_view | uri | ) |
|
|
static |
Definition at line 171 of file uri.cpp.
171 {
172 throw Not_Implemented("No socket support enabled in build");
173}
◆ fromIPv4()
URI Botan::URI::fromIPv4 |
( |
std::string_view | uri | ) |
|
|
static |
Definition at line 175 of file uri.cpp.
175 {
176 throw Not_Implemented("No socket support enabled in build");
177}
◆ fromIPv6()
URI Botan::URI::fromIPv6 |
( |
std::string_view | uri | ) |
|
|
static |
Definition at line 179 of file uri.cpp.
179 {
180 throw Not_Implemented("No socket support enabled in build");
181}
◆ operator==()
bool Botan::URI::operator== |
( |
const URI & | a | ) |
const |
|
inline |
◆ to_string()
std::string Botan::URI::to_string |
( |
| ) |
const |
◆ host
const std::string Botan::URI::host {} |
◆ port
const uint16_t Botan::URI::port {} |
◆ type
The documentation for this struct was generated from the following files: