Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/node_http/mod.ts>AddressInfo

🐢 Node.js-like HTTP server for Deno. Makes porting web things from Node (a little bit) easier.
Latest
type alias AddressInfo
import { type AddressInfo } from "https://deno.land/x/node_http@1.0.0/mod.ts";

Ported from net.AddressInfo

definition: { family: string; address: string; port: number; }