Added HTTP::Downloader class
This commit is contained in:
parent
72a6816ec1
commit
74acdedeb2
5 changed files with 148 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue