|  | Home | Libraries | People | FAQ | More | 
        
Returns a http::chunk_body.
      
        Defined in header <boost/beast/http/chunk_encode.hpp>
      
template< class ConstBufferSequence, class... Args> auto make_chunk( ConstBufferSequence const& buffers, Args&&... args);
        This functions constructs and returns a complete http::chunk_body for a chunk body represented
        by the specified buffer sequence.
      
| Name | Description | 
|---|---|
| 
                   | The buffers representing the chunk body. | 
| 
                   | 
                  Optional arguments passed to the  | 
This function is provided as a notational convenience to omit specification of the class template arguments.
        Convenience header <boost/beast/http.hpp>