|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
This is the complete list of members for a11::net::Http2Connection, including all inherited members.
| AbortResponse(std::int32_t stream_id, absl::Status status) | a11::net::Http2Connection | inline |
| CancelRequest(std::int32_t stream_id, absl::Status status) | a11::net::Http2Connection | inline |
| Close(absl::Status status=absl::CancelledError("HTTP/2 connection closed")) | a11::net::Http2Connection | inline |
| connected() const | a11::net::Http2Connection | inline |
| Create(std::shared_ptr< uvw::tcp_handle > tcp, bool server, Http2RequestHandler handler, Http2Options options, SslContext tls_context={}, std::string tls_server_name={}, std::function< void(Http2Connection *)> on_closed={}) | a11::net::Http2Connection | inlinestatic |
| Finish(std::int32_t stream_id) | a11::net::Http2Connection | inline |
| FinishRequest(std::int32_t stream_id) | a11::net::Http2Connection | inline |
| GetImpl() const | a11::net::Http2Connection | inline |
| Ready() const | a11::net::Http2Connection | inline |
| ResponseFinished(std::int32_t stream_id) | a11::net::Http2Connection | inline |
| ResponseHeadersSent(std::int32_t stream_id) | a11::net::Http2Connection | inline |
| secure() const | a11::net::Http2Connection | inline |
| SendHeaders(std::int32_t stream_id, int status, HttpHeaders headers) | a11::net::Http2Connection | inline |
| SendResponse(std::int32_t stream_id, int status, HttpHeaders headers, std::string body) | a11::net::Http2Connection | inline |
| SubmitDuplex(std::string protocol, std::string scheme, std::string authority, std::string path, HttpHeaders headers) | a11::net::Http2Connection | inline |
| SubmitRequest(std::string method, std::string scheme, std::string authority, std::string path, HttpHeaders headers, std::string body) | a11::net::Http2Connection | inline |
| Write(std::int32_t stream_id, std::string data) | a11::net::Http2Connection | inline |
| WriteRequest(std::int32_t stream_id, std::string data) | a11::net::Http2Connection | inline |
| ~Http2Connection() | a11::net::Http2Connection | inline |