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