Module quic_rpc::transport::http2

source ·
Expand description

http2 transport

Note that we are using the framing from http2, so we have to make sure that the parameters on both client and server side are big enough.

Structs

Future returned by Channel::accept_bi.
Channel configuration
Http2 channel types
Client channel
Future returned by Channel::open_bi.
Receive stream for http2 channels.
SendSink for http2 channels
A server-side channel using a hyper connection

Enums

AcceptBiError for mem channels.
Error when setting a channel configuration
OpenBiError for mem channels.
Receive error for http2 channels.
Send error for http2 channels.