|  | Home | Libraries | People | FAQ | More | 
A set of chunk extensions.
        Defined in header <boost/beast/http/chunk_encode.hpp>
      
template< class Allocator> class basic_chunk_extensions
| Name | Description | 
|---|---|
| The type of value when iterating. | 
| Name | Description | 
|---|---|
| basic_chunk_extensions [constructor] | 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