import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { ServeUnixInit } = Deno;
Properties
handler: ServeUnixHandler
The handler to invoke to process each incoming request.
x/ayonli_jsext/lib.deno.d.ts>Deno.ServeUnixInit
import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { ServeUnixInit } = Deno;
The handler to invoke to process each incoming request.