Skip to main content
Module

x/drash/mod.ts>Server#close

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method Server.prototype.close
Re-export
import { Server } from "https://deno.land/x/drash@v2.7.1/mod.ts";

Close the server.

Returns

Promise<void>