Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alloy_folk/deps.ts>Server#close

An application installer for restriced macOS
Go to Latest
method Server.prototype.close
import { Server } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";

Immediately close the server listeners and associated HTTP connections.

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