Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
http::h2::Http2ResponseWriter Member List

This is the complete list of members for http::h2::Http2ResponseWriter, including all inherited members.

add_interceptor(Interceptor interceptor) overridehttp::h2::Http2ResponseWritervirtual
end() overridehttp::h2::Http2ResponseWritervirtual
Http2ResponseWriter(Http2Session *session, int32_t stream_id)http::h2::Http2ResponseWriter
Interceptor typedefhttp::ResponseWriter
proactor() overridehttp::h2::Http2ResponseWritervirtual
read_body_stream(std::function< void(std::string_view)> on_data, std::function< void()> on_end) overridehttp::h2::Http2ResponseWritervirtual
send(http::HttpResponse &&response) overridehttp::h2::Http2ResponseWritervirtual
send_headers(http::HttpResponse &response) overridehttp::h2::Http2ResponseWritervirtual
send_sse_event(std::string_view data, std::string_view event="", std::string_view id="") overridehttp::h2::Http2ResponseWritervirtual
set_header(const std::string &key, const std::string &value) overridehttp::h2::Http2ResponseWritervirtual
thread_pool() overridehttp::h2::Http2ResponseWritervirtual
upgrade_to_raw_stream(std::function< void(std::string_view)> on_data, std::function< void()> on_close) overridehttp::h2::Http2ResponseWritervirtual
write_chunk(std::string_view chunk) overridehttp::h2::Http2ResponseWritervirtual
~ResponseWriter()=defaulthttp::ResponseWritervirtual