method Server.prototype.closeimport { Server } from "https://dotland.deno.dev/std@0.181.0/http/server.ts"; close()Immediately close the server listeners and associated HTTP connections. Throws a server closed error if called after the server has been closed.