25 Sep
2016
25 Sep
'16
1:39 p.m.
On 23 Sep 2016, at 20:50, Niall Douglas
wrote: Almost everyone here and in the wider C++ community wants somebody to take the HTTP client API from the Python Requests module (http://docs.python-requests.org/en/master/) and very closely replicate it in C++ (it need not be Python Requests specifically, just some well established highly regarded high level HTTP API battle tested over many years - the key part here is DO NOT try reinventing the wheel over well established practice).
I don’t know if this is true but such a thing actually exists already: - https://www.youtube.com/watch?v=f_D-wD1EmWk - https://github.com/whoshuu/cpr Thomas