Crate httproxide_h3_quinn

Source
Expand description

QUIC Transport implementation with Quinn

This module implements QUIC traits with Quinn.

Re-exports§

pub use quinn;

Structs§

BidiStream
Connection
ConnectionError
Endpoint
A QUIC endpoint.
IncomingBiStreams
A stream of bidirectional QUIC streams initiated by a remote peer.
IncomingUniStreams
A stream of unidirectional QUIC streams initiated by a remote peer.
NewConnection
Components of a newly established connection
OpenBi
A future that will resolve into an opened outgoing bidirectional stream
OpenStreams
OpenUni
A future that will resolve into an opened outgoing unidirectional stream
ReadError
RecvStream
SendStream
VarInt
An integer less than 2^62

Enums§

SendStreamError
WriteError
Errors that arise from writing to a stream

Traits§

Session
A cryptographic session (commonly TLS)