diff Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3426:00737cd21f40

OrthancPlugins::HttpClient::AddHeaders()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jun 2019 17:52:36 +0200
parents 07c3b6044e9d
children caa526bb65cc
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Fri Jun 14 15:21:19 2019 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Fri Jun 14 17:52:36 2019 +0200
@@ -889,6 +889,8 @@
       headers_[key] = value;
     }
 
+    void AddHeaders(const HttpHeaders& headers);
+
     void SetCredentials(const std::string& username,
                         const std::string& password);