CCF
|
This is the complete list of members for ccf::http::HTTPResponder, including all inherited members.
close_stream(http::HeaderMap &&trailers)=0 | ccf::http::HTTPResponder | pure virtual |
send_odata_error_response(ccf::ErrorDetails &&error) | ccf::http::HTTPResponder | inline |
send_response(http_status status_code, http::HeaderMap &&headers, http::HeaderMap &&trailers, std::span< const uint8_t > body)=0 | ccf::http::HTTPResponder | pure virtual |
set_on_stream_close_callback(StreamOnCloseCallback cb)=0 | ccf::http::HTTPResponder | pure virtual |
start_stream(http_status status, const http::HeaderMap &headers)=0 | ccf::http::HTTPResponder | pure virtual |
stream_data(std::span< const uint8_t > data)=0 | ccf::http::HTTPResponder | pure virtual |
~HTTPResponder()=default | ccf::http::HTTPResponder | virtual |