Server.prototype.closeIdleConnections - Node documentation
method Server.prototype.closeIdleConnections

Usage in Deno

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

Closes all connections connected to this server which are not sending a request or waiting for a response.

Return Type

void