22 Aug
2020
22 Aug
'20
4:32 p.m.
On Sat, Aug 22, 2020 at 8:02 AM Sean Farrow via Boost-users
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_example... 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