...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A set of chunk extensions.
Defined in header <boost/beast/http/chunk_encode.hpp>
using chunk_extensions = basic_chunk_extensions< std::allocator< char > >;
Name |
Description |
---|---|
The type of value when iterating. |
Name |
Description |
---|---|
Constructor. |
|
Clear the chunk extensions. |
|
Insert an extension name with an empty value. |
|
Parse a set of chunk extensions. |
|
Return the serialized representation of the chunk extension. |
This container stores a set of chunk extensions suited for use with chunk_header
and chunk_body
. The container may be
iterated to access the extensions in their structured form. Meets the requirements
of ChunkExtensions