import { type ServeListenerOptions } from "https://deno.land/std@0.201.0/http/server.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.