...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A Body using a caller provided buffer.
Defined in header <boost/beast/http/buffer_body.hpp>
struct buffer_body
Name |
Description |
---|---|
The type of the body member when used in a message. |
|
The algorithm for parsing the body. |
|
The algorithm for serializing the body. |
Messages using this body type may be serialized and parsed. To use this class,
the caller must initialize the members of http::buffer_body::value_type
to appropriate values
before each call to read or write during a stream operation.
Convenience header <boost/beast/http.hpp>