Added HTTP::URL::getExt function

This commit is contained in:
Thulinma 2018-05-08 16:52:07 +02:00
parent d7c021106f
commit 61d116e2f3
2 changed files with 9 additions and 0 deletions

View file

@ -78,6 +78,7 @@ namespace HTTP{
URL(const std::string &url = "");
uint32_t getPort() const;
uint32_t getDefaultPort() const;
std::string getExt() const;
std::string getUrl() const;
std::string getFilePath() const;
std::string getBareUrl() const;