pub async fn sse_unsubscribe_handler(
__arg0: State<Arc<SseState>>,
__arg1: Extension<AuthContext>,
__arg2: Json<SseUnsubscribeRequest>,
) -> impl IntoResponseExpand description
SSE unsubscribe handler for POST /unsubscribe.
pub async fn sse_unsubscribe_handler(
__arg0: State<Arc<SseState>>,
__arg1: Extension<AuthContext>,
__arg2: Json<SseUnsubscribeRequest>,
) -> impl IntoResponseSSE unsubscribe handler for POST /unsubscribe.