method Server.prototype.closeimport { Server } from "https://deno.land/std@0.218.2/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.