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