Skip to main content
Module

x/lume/deps/http.ts>Server#close

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Server.prototype.close
import { Server } from "https://deno.land/x/lume@v1.15.2/deps/http.ts";

Immediately close the server listeners and associated HTTP connections.

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