interface DenoWebSocketUpgrade
Since 0.2.0

The result shape of Deno.upgradeWebSocket.

Properties

The server-side socket.

The 101 response that must be returned from the fetch handler.

Usage

import { type DenoWebSocketUpgrade } from "runtime/src/index.ts";