pub fn stream<S>(stream: S) -> StreamBody<S>where S: Stream<Item = Result<Frame<Bytes>, BoxError>> + Send + 'static,
stream