Added HTTP::URL::getExt function
This commit is contained in:
parent
d7c021106f
commit
61d116e2f3
2 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue