Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.ServeHandlerInfo

A modern runtime for JavaScript and TypeScript.
Latest
interface Deno.ServeHandlerInfo
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { ServeHandlerInfo } = Deno;

Additional information for an HTTP request and its connection.

Type Parameters

optional
Addr extends Deno.Addr = Deno.Addr

Properties

remoteAddr: Addr

The remote address of the connection.

completed: Promise<void>

The completion promise