Stores a URL and provides its host with port part. More...
#include <httpreadwrite.hpp>
Public Member Functions | |
CUri (std::string a_url_str) | |
Constructor. | |
Public Attributes | |
const std::string | url_str |
URL. | |
std::string | hostport |
Host with port part from the URL. | |
Stores a URL and provides its host with port part.
Definition at line 235 of file httpreadwrite.hpp.
UPnPsdk::CUri::CUri | ( | std::string | a_url_str | ) |
Constructor.
Definition at line 13 of file httpreadwrite.cpp.
const std::string UPnPsdk::CUri::url_str |
URL.
Definition at line 238 of file httpreadwrite.hpp.
std::string UPnPsdk::CUri::hostport |
Host with port part from the URL.
Definition at line 240 of file httpreadwrite.hpp.