Function salvo_extra::sse::stream

source ·
pub fn stream<S>(res: &mut Response, event_stream: S)
where S: TryStream<Ok = SseEvent> + Send + 'static, S::Error: StdError + Send + Sync + 'static,
Available on crate feature sse only.
Expand description

Send event stream.