import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { HttpServer } = Deno;
An instance of the server created using Deno.serve()
API.
Methods
Make the server block the event loop from finishing.
Note: the server blocks the event loop from finishing by default.
This method is only meaningful after .unref()
is called.