import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { ServeInit } = Deno;
Properties
handler: ServeHandler<Addr>
The handler to invoke to process each incoming request.
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { ServeInit } = Deno;
The handler to invoke to process each incoming request.