Skip to main content
Module

x/composium/deps.ts>ConnInfo

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/composium@v0.0.3/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.