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