Skip to main content
Server.prototype.closeAllConnections - https - Node documentation
method Server.prototype.closeAllConnections

Usage in Deno

import { Server } from "node:https";
Server.prototype.closeAllConnections(): void

Closes all connections connected to this server.

Return Type

void