Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/http.ts>SocketResponse

A server framework for Deno
Go to Latest
interface SocketResponse
implements Response
import { type SocketResponse } from "https://deno.land/x/cav@0.0.8/http.ts";

A regular response that gets returned when a socket connection is established. The type parameter indicates the type of message the client can expect to receive from the server.

Properties

optional
[_socketResponse]: [Send]