import { type MiddlewareObject } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware.ts";
Middleware objects allow encapsulation of middleware along with the ability to initialize the middleware upon listen.
x/oak/middleware.ts>MiddlewareObject
import { type MiddlewareObject } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware.ts";
Middleware objects allow encapsulation of middleware along with the ability to initialize the middleware upon listen.