interface ServeInit
extends Partial<Deno.ListenOptions>
Deprecated
(will be removed after 1.0.0) Use Deno.ServeInit instead.
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.