#include <http_session.h>
Inherits ccf::ThreadedSession.
Inherited by http::UnencryptedHTTPClientSession.
◆ UnencryptedHTTPSession()
◆ close_session()
| void http::UnencryptedHTTPSession::close_session |
( |
| ) |
|
|
inlineoverridevirtual |
◆ handle_incoming_data_thread()
| void http::UnencryptedHTTPSession::handle_incoming_data_thread |
( |
std::vector< uint8_t > && |
data | ) |
|
|
inlineoverridevirtual |
◆ parse()
| virtual bool http::UnencryptedHTTPSession::parse |
( |
std::span< const uint8_t > |
data | ) |
|
|
pure virtual |
◆ send_data_thread()
| void http::UnencryptedHTTPSession::send_data_thread |
( |
std::vector< uint8_t > && |
data | ) |
|
|
inlineoverridevirtual |
◆ error_reporter
| std::shared_ptr<ErrorReporter> http::UnencryptedHTTPSession::error_reporter |
|
protected |
◆ execution_thread
| size_t http::UnencryptedHTTPSession::execution_thread |
|
protected |
◆ session_id
◆ to_host
◆ writer_factory
The documentation for this class was generated from the following file: