|  | Home | Libraries | People | FAQ | More | 
        A Body using std::vector
      
        Defined in header <boost/beast/http/vector_body.hpp>
      
template< class T, class Allocator = std::allocator<T>> struct vector_body
| 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 std::vector 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>