Deprecated
(will be removed after 1.0.0) Use Deno.ServeInit
instead.
import { type ServeInit } from "https://deno.land/std@0.220.0/http/mod.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.