CCF
|
#include <http_proc.h>
Inherited by http::HTTP2ServerSession, http::HTTPServerSession, and http::SimpleRequestProcessor.
Public Member Functions | |
virtual void | 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)=0 |
|
pure virtual |
Implemented in http::SimpleRequestProcessor, http::HTTP2ServerSession, and http::HTTPServerSession.