Skip to main content
Module

std/http/mod.ts>ConnInfo

Deno standard library
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/std@0.152.0/http/mod.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.