HTTPDownloader: Add support for progress updates/cancelling
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
HTTPDownloaderWinHttp();
|
||||
~HTTPDownloaderWinHttp() override;
|
||||
|
||||
bool Initialize(const char* user_agent);
|
||||
bool Initialize(std::string user_agent);
|
||||
|
||||
protected:
|
||||
Request* InternalCreateRequest() override;
|
||||
|
||||
Reference in New Issue
Block a user