Skip to main content
Module

std/http/server.ts>Server#close

Deno standard library
Go to Latest
method Server.prototype.close
import { Server } from "https://deno.land/std@0.122.0/http/server.ts";

Immediately close the server listeners and associated HTTP connections.

Throws a server closed error if called after the server has been closed.