Skip to main content
Module

x/fastro/server/deps.ts>ConnInfo

Fast and simple web application framework for deno
Go to Latest
interface ConnInfo
import { type ConnInfo } from "https://deno.land/x/fastro@v0.70.5/server/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.