Skip to main content
Module

x/frugal/dep/std/http.ts>ConnInfo

A frugal web framework
Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/frugal@0.9.6/dep/std/http.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.