Skip to main content
Module

x/oak/types.ts>NetAddr

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
interface NetAddr
import { type NetAddr } from "https://deno.land/x/oak@v14.1.1/types.ts";

Properties

transport: "tcp" | "udp"
hostname: string
port: number