import { type ServeInit } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";
Additional serve options.
Properties
optional
signal: AbortSignalAn AbortSignal to close the server and all connections.
The handler to invoke when route handlers throw an error.