import { type Middleware } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware.ts";
Middleware are functions which are chained together to deal with requests.
x/oak/middleware.ts>Middleware
import { type Middleware } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware.ts";
Middleware are functions which are chained together to deal with requests.