Expand description
Pipelined, multiplexed protocols.
See the crate-level docs for an overview.
Modules§
- advanced
- Provides the substrate for implementing multiplexed, streaming protocols.
Structs§
- Streaming
Multiplex - A marker used to flag protocols as being streaming and multiplexed.
Enums§
- Frame
- A multiplexed protocol frame
Traits§
- Client
Proto - A streaming, multiplexed client protocol.
- Server
Proto - A streaming, multiplexed server protocol.
- Transport
- Additional transport details relevant to streaming, multiplexed protocols.
Type Aliases§
- Request
Id - Identifies a request / response thread