Skip to main content

session_ws

Function session_ws 

Source
pub async fn session_ws(
    ws: WebSocketUpgrade,
    __arg1: Path<String>,
    __arg2: State<AppState>,
) -> Response
Expand 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).