pub fn sse_response<S>(stream: S) -> Responsewhere S: Stream<Item = Result<Bytes, Infallible>> + Send + 'static,