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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
A Body using a DynamicBuffer
Defined in header <boost/beast/http/basic_dynamic_body.hpp>
template< class DynamicBuffer> struct basic_dynamic_body
|
Name |
Description |
|---|---|
|
The algorithm for parsing the body. |
|
|
The type of container used for the body. |
|
|
The algorithm for serializing the body. |
|
Name |
Description |
|---|---|
|
Returns the payload size of the body. |
This body uses a DynamicBuffer as a memory-based container for holding message payloads. Messages using this body type may be serialized and parsed.