CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
http::RequestProcessor Class Referenceabstract

#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
 

Member Function Documentation

◆ 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: