Module hyper

Source
Available on crate feature hyper-transport only.
Expand description

http2 transport using hyper

Structs§

ChannelConfig
Channel configuration
HyperConnector
Hyper based connection to a server
HyperListener
A listener using a hyper server
RecvStream
Receive stream for hyper channels.
SendSink
Send sink for hyper channels

Enums§

AcceptError
AcceptError for hyper channels.
ChannelConfigError
Error when setting a channel configuration
OpenError
OpenError for hyper channels.
RecvError
Receive error for hyper channels.
SendError
Send error for hyper channels.