mirror of
https://github.com/boostorg/beast.git
synced 2026-07-05 07:50:50 +02:00
fe75a7ca2a
fix #404 Parsing and serialization interfaces have been fine tuned and unified. For parsing these stream operations are defined: * read * read_header * read_some * async_read * async_read_header * async_read_some For serialization these stream operations are defined: * write * write_header * write_some * async_write * async_write_header * async_write_some