|  | 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 | 
|---|---|
| Constructor. | |
| Clear the chunk extensions. | |
| Insert an extension name with an empty value. Insert an extension 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 http::chunk_header
        and http::chunk_body. The container may be
        iterated to access the extensions in their structured form.
      
Meets the requirements of ChunkExtensions
        Convenience header <boost/beast/http.hpp>