Skip to main content
Module

x/fresh/src/server/deps.ts>ConnInfo

The next-gen web framework.
Extremely Popular
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/fresh@1.2.0/src/server/deps.ts";

Information about the connection a request arrived on.

Properties

readonly
localAddr: Deno.Addr

The local address of the connection.

readonly
remoteAddr: Deno.Addr

The remote address of the connection.