#include <uri.h>
Definition at line 17 of file uri.h.
◆ Type
| Enumerator |
|---|
| NotSet | |
| IPv4 | |
| IPv6 | |
| Domain | |
Definition at line 19 of file uri.h.
20 {
21 NotSet,
22 IPv4,
23 IPv6,
24 Domain,
25 };
◆ URI() [1/2]
◆ URI() [2/2]
| Botan::URI::URI |
( |
Type |
xtype, |
|
|
const std::string & |
xhost, |
|
|
unsigned short |
xport |
|
) |
| |
|
inline |
Definition at line 31 of file uri.h.
◆ fromAny()
| URI Botan::URI::fromAny |
( |
const std::string & |
uri | ) |
|
|
static |
◆ fromDomain()
| URI Botan::URI::fromDomain |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 181 of file uri.cpp.
181{throw Not_Implemented("No socket support enabled in build");}
◆ fromIPv4()
| URI Botan::URI::fromIPv4 |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 182 of file uri.cpp.
182{throw Not_Implemented("No socket support enabled in build");}
◆ fromIPv6()
| URI Botan::URI::fromIPv6 |
( |
const std::string & |
uri | ) |
|
|
static |
Definition at line 183 of file uri.cpp.
183{throw Not_Implemented("No socket support enabled in build");}
◆ 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: