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