Expand description
Streaming protocols.
Streaming protocols exchange request and response headers, which may come
with streaming bodies, which are represented as Stream
s. The protocols
come in two forms: pipelined and multiplexed. See the crate-level docs for
an overview.
Modules§
- Pipelined, multiplexed protocols.
- Pipelined, streaming protocols.
Structs§
- Body stream
Enums§
- Message sent and received from a multiplexed service