[SERVER-34220] Write Curl Networking Impl Created: 30/Mar/18 Updated: 29/Oct/23 Resolved: 10/Apr/18 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 4.0.0-rc0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Gregory McKeon (Inactive) | Assignee: | Mark Benvenuto |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Platforms 2018-04-23 |
| Participants: |
| Description |
|
"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; };" |
| Comments |
| Comment by Githook User [ 10/Apr/18 ] |
|
Author: {'email': 'mark.benvenuto@mongodb.com', 'name': 'Mark Benvenuto', 'username': 'markbenvenuto'}Message: |