Added HTTP::Downloader class

This commit is contained in:
Thulinma 2017-06-10 12:28:43 +02:00
parent 72a6816ec1
commit 74acdedeb2
5 changed files with 148 additions and 2 deletions

View file

@ -83,7 +83,7 @@ namespace HTTP {
std::string path;///<Path after the first slash (not inclusive) but before any question mark
std::string args;///<Everything after the question mark in the path, if it was present
std::string frag;///<Everything after the # in the path, if it was present
URL link(const std::string &l);
URL link(const std::string &l) const;
};
}//HTTP namespace