Skip to main content
Module

x/cav/serve.ts>ConnInfo

A server framework for Deno
Go to Latest
type alias ConnInfo
import { type ConnInfo } from "https://deno.land/x/cav@0.2.3/serve.ts";

Information about the connection a request arrived on. This is a re-export of the ConnInfo type from https://deno.land/std/http/server.ts.

definition: http.ConnInfo