comparison Core/HttpClient.h @ 2023:7fe860db9664

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 18 Jun 2016 10:05:47 +0200
parents fefbe71c2272
children 6ea2e264ca50
comparison
equal deleted inserted replaced
2022:fefbe71c2272 2023:7fe860db9664
67 void Setup(); 67 void Setup();
68 68
69 void operator= (const HttpClient&); // Assignment forbidden 69 void operator= (const HttpClient&); // Assignment forbidden
70 HttpClient(const HttpClient& base); // Copy forbidden 70 HttpClient(const HttpClient& base); // Copy forbidden
71 71
72 bool ApplyInternal(std::string& answer);
73
72 public: 74 public:
73 HttpClient(); 75 HttpClient();
74 76
75 HttpClient(const WebServiceParameters& service, 77 HttpClient(const WebServiceParameters& service,
76 const std::string& uri); 78 const std::string& uri);