Added ability to check if the downloader is being proxied or not
This commit is contained in:
parent
56897ceded
commit
8dd403a098
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ namespace HTTP{
|
|||
Parser &getHTTP();
|
||||
Socket::Connection &getSocket();
|
||||
uint32_t retryCount, dataTimeout;
|
||||
bool isProxied() const;
|
||||
|
||||
private:
|
||||
std::map<std::string, std::string> extraHeaders; ///< Holds extra headers to sent with request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue