import { type ServeInit } from "https://deno.land/std@0.138.0/http/mod.ts";
Additional serve options.
Properties
optional
signal: AbortSignalAn AbortSignal to close the server and all connections.
import { type ServeInit } from "https://deno.land/std@0.138.0/http/mod.ts";
Additional serve options.
An AbortSignal to close the server and all connections.