Skip to main content
Module

x/fastro/server/deps.ts>Server#close

Fast and simple web application framework for deno
Go to Latest
method Server.prototype.close
import { Server } from "https://deno.land/x/fastro@v0.70.5/server/deps.ts";

Immediately close the server listeners and associated HTTP connections.

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