Boost logo

Boost :

Subject: Re: [boost] [beast] Asynchronous examples
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-03 13:26:24


On Sun, Jul 2, 2017 at 12:07 PM, Phil Endecott via Boost
<boost_at_[hidden]> wrote:
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk