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. More... | |
http_header_fields_t | m_trailing_fields |
Trailing fields found in the input. More... | |
Bunch of data related to chunked input.
Definition at line 115 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 118 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 125 of file chunked_input_info.hpp.