import { http } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { Server } = http;
Immediately close the server listeners and associated HTTP connections.
Throws a server closed error if called after the server has been closed.
import { http } from "https://deno.land/x/cav@0.2.3/deps.ts";
const { Server } = http;
Immediately close the server listeners and associated HTTP connections.
Throws a server closed error if called after the server has been closed.