RESTinio
|
Data associated with connection read routine. More...
#include <connection.hpp>
Public Member Functions | |
connection_input_t (std::size_t buffer_size, incoming_http_msg_limits_t limits) | |
void | reset_parser () |
Prepare parser for reading new http-message. More... | |
Public Attributes | |
fixed_buffer_t | m_buf |
Input buffer. More... | |
connection_upgrade_stage_t | m_connection_upgrade_stage |
Connection upgrade request stage. More... | |
bool | m_read_operation_is_running { false } |
Flag to track whether read operation is performed now. More... | |
http_parser | m_parser |
HTTP-parser. More... | |
http_parser_ctx_t | m_parser_ctx |
Data associated with connection read routine.
Definition at line 225 of file connection.hpp.
|
inline |
Definition at line 227 of file connection.hpp.
|
inline |
Prepare parser for reading new http-message.
Definition at line 252 of file connection.hpp.
fixed_buffer_t restinio::impl::connection_input_t::m_buf |
Input buffer.
Definition at line 241 of file connection.hpp.
connection_upgrade_stage_t restinio::impl::connection_input_t::m_connection_upgrade_stage |
http_parser restinio::impl::connection_input_t::m_parser |
HTTP-parser.
Definition at line 236 of file connection.hpp.
http_parser_ctx_t restinio::impl::connection_input_t::m_parser_ctx |
Definition at line 237 of file connection.hpp.
bool restinio::impl::connection_input_t::m_read_operation_is_running { false } |
Flag to track whether read operation is performed now.
Definition at line 248 of file connection.hpp.