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