comparison 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
comparison
equal deleted inserted replaced
3425:2f6dcb9c8cc1 3426:00737cd21f40
887 const std::string& value) 887 const std::string& value)
888 { 888 {
889 headers_[key] = value; 889 headers_[key] = value;
890 } 890 }
891 891
892 void AddHeaders(const HttpHeaders& headers);
893
892 void SetCredentials(const std::string& username, 894 void SetCredentials(const std::string& username,
893 const std::string& password); 895 const std::string& password);
894 896
895 void ClearCredentials(); 897 void ClearCredentials();
896 898