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

#include <empty_body.hpp>

Public Types

using const_buffers_type = boost::asio::null_buffers
 

Public Member Functions

template<bool isRequest, class Fields >
 reader (message< isRequest, empty_body, Fields > const &)
 
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::empty_body::reader::reader ( message< isRequest, empty_body, Fields > const &  )
inlineexplicit

Member Function Documentation

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

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