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

http::buffer_body::value_type::more
PrevUpHomeNext

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 http::need_buffer will be returned from http::serializer::get

When Parsing

This field is not used during parsing.


PrevUpHomeNext