import { type Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.ns.d.ts";
const { WebSocketUpgrade } = Deno;
The object that is returned from a Deno.upgradeWebSocket
request.
Properties
response: Response
The response object that represents the HTTP response to the client,
which should be used to the RequestEvent
.respondWith()
for
the upgrade to be successful.