Skip to main content
Module

x/lume/deps/http.ts>ConnInfo

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ConnInfo
Deprecated
Deprecated

(will be removed after 1.0.0) Use Deno.ServeHandlerInfo instead.

Information about the connection a request arrived on.

import { type ConnInfo } from "https://deno.land/x/lume@v1.19.4/deps/http.ts";

Properties

readonly
localAddr: Deno.Addr

The local address of the connection.

readonly
remoteAddr: Deno.Addr

The remote address of the connection.