ゴミ箱
Public Types | Public Member Functions | List of all members
boost::beast::http::buffer_body::reader Class Reference

#include <buffer_body.hpp>

Public Types

using const_buffers_type = boost::asio::const_buffers_1
 

Public Member Functions

template<bool isRequest, class Fields >
 reader (message< isRequest, buffer_body, Fields > const &msg)
 
void init (error_code &ec)
 
boost::optional< std::pair< const_buffers_type, bool > > get (error_code &ec)
 

Detailed Description

The algorithm for serializing the body

Meets the requirements of BodyReader.

Member Typedef Documentation

Constructor & Destructor Documentation

template<bool isRequest, class Fields >
boost::beast::http::buffer_body::reader::reader ( message< isRequest, buffer_body, Fields > const &  msg)
inlineexplicit

Member Function Documentation

boost::optional< std::pair<const_buffers_type, bool> > boost::beast::http::buffer_body::reader::get ( error_code ec)
inline
void boost::beast::http::buffer_body::reader::init ( error_code ec)
inline

The documentation for this class was generated from the following file: