import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { ServeUnixHandlerInfo } = Deno;
Information for a unix domain socket HTTP request.
Properties
remoteAddr: Deno.UnixAddr
The remote address of the connection.