Skip to main content

HttpByteStream

Type Alias HttpByteStream 

Source
pub type HttpByteStream = Pin<Box<dyn Stream<Item = HttpResult<Bytes>> + Send>>;
Expand description

Pin-boxed async stream of body chunks or errors, used by crate::HttpStreamResponse.

Aliased Typeยง

pub struct HttpByteStream { /* private fields */ }