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