Skip to main content
Module

x/pagic/deps.ts>server.ConnInfo

A static site generator powered by Deno + React
Go to Latest
interface server.ConnInfo
import { type server } from "https://deno.land/x/pagic@v1.5.1/deps.ts";
const { ConnInfo } = server;

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.