|
@@ -52,7 +52,7 @@ private:
|
|
|
std::vector<std::string> HttpHeaders;
|
|
std::vector<std::string> HttpHeaders;
|
|
|
std::string HTTPProxyAuth;
|
|
std::string HTTPProxyAuth;
|
|
|
std::string HTTPProxy;
|
|
std::string HTTPProxy;
|
|
|
- curl_proxytype HTTPProxyType;
|
|
|
|
|
|
|
+ long HTTPProxyType;
|
|
|
bool UseHttp10 = false;
|
|
bool UseHttp10 = false;
|
|
|
bool Quiet = false;
|
|
bool Quiet = false;
|
|
|
int TimeOutSeconds = 0;
|
|
int TimeOutSeconds = 0;
|