3 Jul
2017
3 Jul
'17
1:26 p.m.
On Sun, Jul 2, 2017 at 12:07 PM, Phil Endecott via Boost
I'm wondering how difficult it is to achieve this: ... future< vector< byte > > data = download(url);
I should have stated more clearly that this use case is "out of scope" for Beast (an expression getting a lot of use lately). This is an example of higher level functionality. Specifically you're asking for something like "C++ Requests" (i.e. Python Requests for C++). This will be the subject of another library that I will propose, using Beast of course. Thanks