Skip to main content
Module

x/cav/mod.ts>SocketResponse

A server framework for Deno
Go to Latest
interface SocketResponse
implements Response
Re-export
import { type SocketResponse } from "https://deno.land/x/cav@0.0.8/mod.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]