pub fn stream<S>(s: S) -> ReplyDatawhere S: Stream<Item = Result<Bytes, Error>> + Send + Sync + 'static,
Build a streaming-body reply from a stream of byte chunks. The body is written out as the stream yields, not buffered.