|
CCF
|
#include <http_parser.h>
Inherits http::ResponseProcessor.
Classes | |
| struct | Response |
Public Member Functions | |
| ~SimpleResponseProcessor () override=default | |
| void | handle_response (ccf::http_status status, ccf::http::HeaderMap &&headers, std::vector< uint8_t > &&body) override |
Public Member Functions inherited from http::ResponseProcessor | |
| virtual | ~ResponseProcessor ()=default |
Public Attributes | |
| std::queue< Response > | received |
|
overridedefault |
|
inlineoverridevirtual |
Implements http::ResponseProcessor.
| std::queue<Response> http::SimpleResponseProcessor::received |