#include <http_proc.h>
Inherited by http::HTTP2ServerSession, http::HTTPServerSession, and http::SimpleRequestProcessor.
◆ ~RequestProcessor()
| virtual http::RequestProcessor::~RequestProcessor |
( |
| ) |
|
|
virtualdefault |
◆ handle_request()
| virtual void http::RequestProcessor::handle_request |
( |
llhttp_method |
method, |
|
|
const std::string_view & |
url, |
|
|
ccf::http::HeaderMap && |
headers, |
|
|
std::vector< uint8_t > && |
body, |
|
|
int32_t |
stream_id = http2::DEFAULT_STREAM_ID |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: