#include <void_body.hpp>
|
template<bool isRequest, class Fields > |
| reader (boost::beast::http::header< isRequest, Fields > &, value_type &) |
|
void | init (boost::optional< std::uint64_t > const &, boost::beast::error_code &ec) |
|
template<class ConstBufferSequence > |
std::size_t | put (ConstBufferSequence const &buffers, boost::beast::error_code &ec) |
|
void | finish (boost::beast::error_code &ec) |
|
◆ reader()
template<bool isRequest, class Fields >
Roar::VoidBody::reader::reader |
( |
boost::beast::http::header< isRequest, Fields > & |
, |
|
|
value_type & |
|
|
) |
| |
|
inline |
◆ finish()
void Roar::VoidBody::reader::finish |
( |
boost::beast::error_code & |
ec | ) |
|
|
inline |
◆ init()
void Roar::VoidBody::reader::init |
( |
boost::optional< std::uint64_t > const & |
, |
|
|
boost::beast::error_code & |
ec |
|
) |
| |
|
inline |
◆ put()
template<class ConstBufferSequence >
std::size_t Roar::VoidBody::reader::put |
( |
ConstBufferSequence const & |
buffers, |
|
|
boost::beast::error_code & |
ec |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: