|
| enum | HttpProtocol { HTTP =0
, HTTPS =1
, HTTP3 =2
} |
| |
|
|
| HttpUrl (const std::string &url, bool http3=false) |
| |
|
| HttpUrl (const HttpUrl &src) |
| |
|
HttpUrl & | operator= (const HttpUrl &src)=default |
| |
|
bool | operator== (const HttpUrl &other) const |
| |
|
bool | operator< (const HttpUrl &other) const |
| |
|
int | getProtocol () const |
| |
|
const std::string & | getHost () const |
| |
|
int | getPort () const |
| |
|
const std::string & | getPath () const |
| |
|
void | clear () |
| |
|
std::string | print () const |
| |
The documentation for this class was generated from the following files: