comparison OrthancStone/Sources/Loaders/DicomSource.h @ 1761:28755e42c007

Fix issue #197 (Support for passing credentials with all HTTP requests)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 May 2021 11:51:53 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1760:e38b9875a969 1761:28755e42c007
123 void SetDicomWebRendered(bool hasFeature); 123 void SetDicomWebRendered(bool hasFeature);
124 124
125 bool HasDicomWebRendered() const; 125 bool HasDicomWebRendered() const;
126 126
127 unsigned int GetQualityCount() const; 127 unsigned int GetQualityCount() const;
128
129 void AddHttpHeader(const std::string& header,
130 const std::string& value);
128 }; 131 };
129 } 132 }