Skip to main content
Module

x/aleph/server/types.ts>ConnInfo

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface ConnInfo
Re-export
import { type ConnInfo } from "https://deno.land/x/aleph@1.0.0-beta.21/server/types.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.