import { type http } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ServeInit } = http;
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.