method Server.prototype.closeAllConnections Usage in Denoimport { Server } from "node:https"; Server.prototype.closeAllConnections(): void Closes all connections connected to this server. Return Type void