Function handle_message

Source
async fn handle_message(
    __arg0: State<AppState>,
    __arg1: Query<HashMap<String, String>>,
    body: String,
) -> impl IntoResponse
Expand description

POST /messages?session_id= — receive JSON-RPC, respond via SSE.