Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/http.ts>ConnInfo

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/lume@v1.18.0/deps/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.