Module

std/http/mod.ts>ConnInfo

The Deno Standard Library
Latest
interface ConnInfo
Deprecated
Deprecated

This will be removed in 1.0.0. Use {@link Deno.ServeHandlerInfo} instead.

import { type ConnInfo } from "https://dotland.deno.dev/std@0.224.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.