Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.8.1/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.