Added HTTP::URL::getFilePath()
This commit is contained in:
parent
c370930c70
commit
2e65c1e431
2 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,7 @@ namespace HTTP{
|
|||
uint32_t getPort() const;
|
||||
uint32_t getDefaultPort() const;
|
||||
std::string getUrl() const;
|
||||
std::string getFilePath() const;
|
||||
std::string getBareUrl() const;
|
||||
std::string getProxyUrl() const;
|
||||
std::string host; ///< Hostname or IP address of URL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue