import { Server } from "https://deno.land/std@0.146.0/http/mod.ts";
Immediately close the server listeners and associated HTTP connections.
Throws a server closed error if called after the server has been closed.
import { Server } from "https://deno.land/std@0.146.0/http/mod.ts";
Immediately close the server listeners and associated HTTP connections.
Throws a server closed error if called after the server has been closed.