import { type http } from "https://deno.land/x/cav@0.0.14/deps.ts";
const { ServeInit } = http;
Additional serve options.
Properties
optional
signal: AbortSignalAn AbortSignal to close the server and all connections.
import { type http } from "https://deno.land/x/cav@0.0.14/deps.ts";
const { ServeInit } = http;
Additional serve options.
An AbortSignal to close the server and all connections.