|
CCF
|
#include <http_responder.h>
Inherited by http::HTTP2ServerSession, http::HTTP2StreamResponder, and http::HTTPServerSession.
Public Member Functions | |
| virtual | ~HTTPResponder ()=default |
| virtual bool | send_response (http_status status_code, http::HeaderMap &&headers, http::HeaderMap &&trailers, std::vector< uint8_t > &&body)=0 |
| bool | send_odata_error_response (ccf::ErrorDetails &&error) |
|
virtualdefault |
|
inline |
|
pure virtual |
Implemented in http::HTTP2StreamResponder, http::HTTP2ServerSession, and http::HTTPServerSession.