Skip to main content

response

property Deno.WebSocketUpgrade.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.

Response
Back to top