#include <http_parser.h>
Inherits http::RequestProcessor.
◆ ~SimpleRequestProcessor()
| http::SimpleRequestProcessor::~SimpleRequestProcessor |
( |
| ) |
|
|
overridedefault |
◆ handle_request()
| void http::SimpleRequestProcessor::handle_request |
( |
llhttp_method |
method, |
|
|
const std::string_view & |
url, |
|
|
ccf::http::HeaderMap && |
headers, |
|
|
std::vector< uint8_t > && |
body, |
|
|
int32_t |
|
|
) |
| |
|
inlineoverridevirtual |
◆ received
| std::queue<Request> http::SimpleRequestProcessor::received |
The documentation for this struct was generated from the following file: