sse_response

Function sse_response 

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