import * as mod from "https://dotland.deno.dev/x/oak@v11.1.0/middleware.ts"; FunctionsfcomposeCompose multiple middleware functions into a single middleware function. InterfacesIMiddlewareMiddleware are functions which are chained together to deal with requests.