DenoServeHost.upgradeWebSocket(request: Request,options?: { protocol?: string; }): DenoWebSocketUpgrade
Performs an RFC 6455 handshake on an inbound request.
Optional so that a host injected before this seam existed still satisfies the interface; when absent, the adapter refuses upgrades with 501.
request: Request
The native, undisturbed upgrade request
The server-side socket and the 101 response to return