Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ConnInfo
Deprecated
Deprecated

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

import { type ConnInfo } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.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.