method Deno.HttpServer.shutdownHttpServer.shutdown(): Promise<void>DeprecatedGracefully close the server. No more new connections will be accepted, while pending requests will be allowed to finish. Return TypePromise<void>