|  | Home | Libraries | People | FAQ | More | 
        
A dynamic message body represented by a multi_buffer.
      
        Defined in header <boost/beast/http/dynamic_body.hpp>
      
using dynamic_body = basic_dynamic_body< multi_buffer >;
| Name | Description | 
|---|---|
| The algorithm for parsing the body. | |
| The type of container used for the body. | |
| The algorithm for serializing the body. | 
| Name | Description | 
|---|---|
| Returns the payload size of the body. | 
This body uses a DynamicBuffer as a memory-based container for holding message payloads. Messages using this body type may be serialized and parsed.
        Convenience header <boost/beast/http.hpp>