RESTinio
|
Bunch of data related to chunked input. More...
#include <chunked_input_info.hpp>
Public Attributes | |
std::vector< chunk_info_t > | m_chunks |
All non-empty chunks from the input. | |
http_header_fields_t | m_trailing_fields |
Trailing fields found in the input. | |
Bunch of data related to chunked input.
Definition at line 193 of file chunked_input_info.hpp.
std::vector< chunk_info_t > restinio::impl::chunked_input_info_block_t::m_chunks |
All non-empty chunks from the input.
Definition at line 196 of file chunked_input_info.hpp.
http_header_fields_t restinio::impl::chunked_input_info_block_t::m_trailing_fields |
Trailing fields found in the input.
Definition at line 203 of file chunked_input_info.hpp.