diff Framework/Oracle/OrthancRestApiCommand.h @ 982:3f6e5a38c88f toa2019090601

Merge
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 06 Sep 2019 09:39:18 +0200
parents 18d53a8b41b7
children 4383382db01d 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Oracle/OrthancRestApiCommand.h	Fri Sep 06 09:38:18 2019 +0200
+++ b/Framework/Oracle/OrthancRestApiCommand.h	Fri Sep 06 09:39:18 2019 +0200
@@ -100,6 +100,11 @@
       body_.swap(body);
     }
 
+    void SetHttpHeaders(const HttpHeaders& headers)
+    {
+      headers_ = headers;
+    }
+
     void SetHttpHeader(const std::string& key,
                        const std::string& value)
     {