Module

x/drash/deps.ts>StdServer#close

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method StdServer.prototype.close
import { StdServer } from "https://dotland.deno.dev/x/drash@v2.7.0/deps.ts";

Immediately close the server listeners and associated HTTP connections.

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