ゴミ箱
Public Member Functions | List of all members
boost::beast::http::span_body< T >::writer Class Reference

#include <span_body.hpp>

Public Member Functions

template<bool isRequest, class Fields >
 writer (message< isRequest, span_body, Fields > &m)
 
void init (boost::optional< std::uint64_t > const &length, error_code &ec)
 
template<class ConstBufferSequence >
std::size_t put (ConstBufferSequence const &buffers, error_code &ec)
 
void finish (error_code &ec)
 

Detailed Description

template<class T>
class boost::beast::http::span_body< T >::writer

The algorithm for parsing the body

Meets the requirements of BodyReader.

Constructor & Destructor Documentation

template<class T >
template<bool isRequest, class Fields >
boost::beast::http::span_body< T >::writer::writer ( message< isRequest, span_body, Fields > &  m)
inlineexplicit

Member Function Documentation

template<class T >
void boost::beast::http::span_body< T >::writer::finish ( error_code ec)
inline
template<class T >
void boost::beast::http::span_body< T >::writer::init ( boost::optional< std::uint64_t > const &  length,
error_code ec 
)
inline
template<class T >
template<class ConstBufferSequence >
std::size_t boost::beast::http::span_body< T >::writer::put ( ConstBufferSequence const &  buffers,
error_code ec 
)
inline

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