#include <wpinet/HttpUtil.h>
◆ HttpLocation() [1/2]
wpi::HttpLocation::HttpLocation |
( |
| ) |
|
|
default |
◆ HttpLocation() [2/2]
wpi::HttpLocation::HttpLocation |
( |
std::string_view |
url_, |
|
|
bool * |
error, |
|
|
std::string * |
errorMsg |
|
) |
| |
◆ fragment
std::string wpi::HttpLocation::fragment |
◆ host
std::string wpi::HttpLocation::host |
◆ params
std::vector<std::pair<std::string, std::string> > wpi::HttpLocation::params |
◆ password
std::string wpi::HttpLocation::password |
◆ path
std::string wpi::HttpLocation::path |
◆ port
int wpi::HttpLocation::port |
◆ url
std::string wpi::HttpLocation::url |
◆ user
std::string wpi::HttpLocation::user |
The documentation for this class was generated from the following file: