diff 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
line wrap: on
line diff
--- a/Core/HttpClient.h	Thu Jul 26 10:33:36 2018 +0200
+++ b/Core/HttpClient.h	Thu Jul 26 12:25:18 2018 +0200
@@ -275,6 +275,8 @@
     static void ConfigureSsl(bool httpsVerifyPeers,
                              const std::string& httpsCACertificates);
 
+    static void SetDefaultVerbose(bool verbose);
+
     static void SetDefaultProxy(const std::string& proxy);
 
     static void SetDefaultTimeout(long timeout);