...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
chunk_header( std::size_t size);
This constructs a buffer sequence representing a chunked-body
size and terminating CRLF ("\\r\\n"
)
with no chunk extensions.
Name |
Description |
---|---|
|
The size of the chunk body that follows. The value must be greater than zero. |