Module tokio_proto::streaming [−][src]
Streaming protocols.
Streaming protocols exchange request and response headers, which may come
with streaming bodies, which are represented as Streams. The protocols
come in two forms: pipelined and multiplexed. See the crate-level docs for
an overview.
Modules
| multiplex | Pipelined, multiplexed protocols. | 
| pipeline | Pipelined, streaming protocols. | 
Structs
| Body | Body stream | 
Enums
| Message | Message sent and received from a multiplexed service |