Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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