pub async fn session_ws(
ws: WebSocketUpgrade,
__arg1: Path<String>,
__arg2: State<AppState>,
) -> ResponseExpand description
GET /api/cli/sessions/:id/io — WebSocket upgrade. Binary frames
flow in both directions for PTY bytes; text frames carry a small
control protocol (resize).