import { type Middleware } from "https://deno.land/x/danet@1.2.2/src/deps.ts";
Middleware are functions which are chained together to deal with requests.
Call Signatures
(context: T, next: () => Promise<unknown>): Promise<unknown> | unknown
import { type Middleware } from "https://deno.land/x/danet@1.2.2/src/deps.ts";
Middleware are functions which are chained together to deal with requests.