...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
An empty Body
Defined in header <boost/beast/http/empty_body.hpp>
struct empty_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 is used to represent messages which do not have a message body.
If this body is used with a parser, and the parser encounters octets corresponding
to a message body, the parser will fail with the error
http::unexpected_body
.
The Content-Length of this body is always 0.