import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { ServeUnixOptions } = Deno;
Properties
optional
signal: AbortSignalAn AbortSignal
to close the server and all connections.
The handler to invoke when route handlers throw an error.