Deprecated
(will be removed after 1.0.0) Use Deno.ServeOptions
instead.
import { type ServeListenerOptions } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";
Additional serve listener options.
Properties
optional
signal: AbortSignalAn AbortSignal to close the server and all connections.
The handler to invoke when route handlers throw an error.