ゴミ箱
|
#include <basic_file_body.hpp>
Public Types | |
using | const_buffers_type = boost::asio::const_buffers_1 |
Public Member Functions | |
template<bool isRequest, class Fields > | |
reader (message< isRequest, basic_file_body, Fields > &m) | |
void | init (error_code &ec) |
boost::optional< std::pair< const_buffers_type, bool > > | get (error_code &ec) |
Algorithm for retrieving buffers when serializing.
Objects of this type are created during serialization to extract the buffers representing the body.
using boost::beast::http::basic_file_body< File >::reader::const_buffers_type = boost::asio::const_buffers_1 |
boost::beast::http::basic_file_body< File >::reader::reader | ( | message< isRequest, basic_file_body, Fields > & | m | ) |
auto boost::beast::http::basic_file_body< File >::reader::get | ( | error_code & | ec | ) |
void boost::beast::http::basic_file_body< File >::reader::init | ( | error_code & | ec | ) |