ゴミ箱
|
Classes | |
struct | field_iterator |
class | field_range |
Public Types | |
using | iter_type = typename list_t::const_iterator |
using | view_type = buffer_cat_view< boost::asio::const_buffers_1, boost::asio::const_buffers_1, boost::asio::const_buffers_1, field_range, chunk_crlf > |
using | const_buffers_type = beast::detail::buffers_ref< view_type > |
Public Member Functions | |
reader (basic_fields const &f, unsigned version, verb v) | |
reader (basic_fields const &f, unsigned version, unsigned code) | |
reader (basic_fields const &f) | |
const_buffers_type | get () const |
Public Attributes | |
basic_fields const & | f_ |
boost::optional< view_type > | view_ |
char | buf_ [13] |
using boost::beast::http::basic_fields< Allocator >::reader::const_buffers_type = beast::detail::buffers_ref<view_type> |
using boost::beast::http::basic_fields< Allocator >::reader::iter_type = typename list_t::const_iterator |
using boost::beast::http::basic_fields< Allocator >::reader::view_type = buffer_cat_view< boost::asio::const_buffers_1, boost::asio::const_buffers_1, boost::asio::const_buffers_1, field_range, chunk_crlf> |
boost::beast::http::basic_fields< Allocator >::reader::reader | ( | basic_fields const & | f, |
unsigned | version, | ||
verb | v | ||
) |
boost::beast::http::basic_fields< Allocator >::reader::reader | ( | basic_fields const & | f, |
unsigned | version, | ||
unsigned | code | ||
) |
boost::beast::http::basic_fields< Allocator >::reader::reader | ( | basic_fields const & | f | ) |
|
inline |
char boost::beast::http::basic_fields< Allocator >::reader::buf_[13] |
basic_fields const& boost::beast::http::basic_fields< Allocator >::reader::f_ |
boost::optional<view_type> boost::beast::http::basic_fields< Allocator >::reader::view_ |