Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 286f4ed15b.
PrevUpHomeNext
http::buffer_body::value_type::more

true if this is not the last buffer.

Synopsis
bool more = true;
Description
When Serializing

If this is true and data is nullptr, the error error::need_buffer will be returned from serializer::get

When Parsing

This field is not used during parsing.


PrevUpHomeNext