import { type ServeInit } from "https://deno.land/std@0.114.0/http/server.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.114.0/http/server.ts";
Additional serve options.
An AbortSignal to close the server and all connections.