Module

std/node/http.ts>Server#close

Deno standard library
Go to Latest
method Server.prototype.close
import { Server } from "https://dotland.deno.dev/std@0.116.0/node/http.ts";

Parameters

optional
cb: (err?: Error) => void