On Sat, Aug 22, 2020 at 8:02 AM Sean Farrow via Boost-users <boost-users@lists.boost.org> wrote: > Is there any examples of interfacing boost.beast with boost.iostreams in this > sort of streaming context?
Not iostreams, but this example in the documentation shows how to read the body one buffer at a time: <https://www.boost.org/doc/libs/1_74_0/libs/beast/doc/html/beast/more_examples/http_relay.html> Note: I'm not very happy with how this interface turned out, it has some blemishes which will require breaking changes to fix. It can still be made to work though. Regards _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users