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.
Properties
remoteAddr: Addr
The remote address of the connection.