comparison Core/HttpClient.h @ 2788:959bd8857eb5

New configuration option: "HttpVerbose" to debug outgoing HTTP connections
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Jul 2018 12:25:18 +0200
parents ad2c32082653
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2787:ad2c32082653 2788:959bd8857eb5
273 bool verbose); 273 bool verbose);
274 274
275 static void ConfigureSsl(bool httpsVerifyPeers, 275 static void ConfigureSsl(bool httpsVerifyPeers,
276 const std::string& httpsCACertificates); 276 const std::string& httpsCACertificates);
277 277
278 static void SetDefaultVerbose(bool verbose);
279
278 static void SetDefaultProxy(const std::string& proxy); 280 static void SetDefaultProxy(const std::string& proxy);
279 281
280 static void SetDefaultTimeout(long timeout); 282 static void SetDefaultTimeout(long timeout);
281 283
282 void ApplyAndThrowException(std::string& answerBody); 284 void ApplyAndThrowException(std::string& answerBody);