interface ServeInitimport { type ServeInit } from "https://deno.land/std@0.114.0/http/mod.ts"; Additional serve options. Propertiesoptionaladdr: stringOptionally specifies the address to listen on, in the form "host:port". optionalsignal: AbortSignalAn AbortSignal to close the server and all connections.