Mercurial > hg > orthanc
comparison Core/HttpClient.h @ 3991:5d2348b39392
turning toolbox namespaces into classes to control visibility in shared libraries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 29 May 2020 21:23:57 +0200 |
parents | 226ab94a33cd |
children | f9863630ec7f |
comparison
equal
deleted
inserted
replaced
3990:226ab94a33cd | 3991:5d2348b39392 |
---|---|
51 #endif | 51 #endif |
52 | 52 |
53 | 53 |
54 namespace Orthanc | 54 namespace Orthanc |
55 { | 55 { |
56 class HttpClient : public boost::noncopyable | 56 class ORTHANC_PUBLIC HttpClient : public boost::noncopyable |
57 { | 57 { |
58 public: | 58 public: |
59 typedef std::map<std::string, std::string> HttpHeaders; | 59 typedef std::map<std::string, std::string> HttpHeaders; |
60 | 60 |
61 class IRequestBody : public boost::noncopyable | 61 class IRequestBody : public boost::noncopyable |