ゴミ箱
|
#include <basic_file_body.hpp>
Public Member Functions | |
template<bool isRequest, class Fields > | |
writer (message< isRequest, basic_file_body, Fields > &m) | |
void | init (boost::optional< std::uint64_t > const &, error_code &ec) |
template<class ConstBufferSequence > | |
std::size_t | put (ConstBufferSequence const &buffers, error_code &ec) |
void | finish (error_code &ec) |
Algorithm for storing buffers when parsing.
Objects of this type are created during parsing to store incoming buffers representing the body.
|
explicit |
void boost::beast::http::basic_file_body< File >::writer::finish | ( | error_code & | ec | ) |
void boost::beast::http::basic_file_body< File >::writer::init | ( | boost::optional< std::uint64_t > const & | content_length, |
error_code & | ec | ||
) |
std::size_t boost::beast::http::basic_file_body< File >::writer::put | ( | ConstBufferSequence const & | buffers, |
error_code & | ec | ||
) |