Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.17.4/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.