-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Platforms 2018-04-23
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
"Create FreeMonHttpClientInterface and implement a Curl version of the interface. It should have the interface class FreeMonHttpClientInterface
{ public: virtual ~FreeMonHttpClientInterface(); /** * Url is a full URL with hostname and protocol specification */ virtual Future<std::vector<uint8_t>> postAsync(StringData url, const BSONObj data) = 0; };"