Skip to main content
Module

x/drash/deps.ts>ConnInfo

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/drash@v2.7.0/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.