Function handle_sse

Source
async fn handle_sse(
    __arg0: State<AppState>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>
Expand description

GET /sse — establish SSE connection, return event stream.