import { compose } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/middleware.ts?s=compose";
Compose multiple middleware functions into a single middleware function.
Parameters
middleware: Middleware<S, T>[][src]
import { compose } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/middleware.ts?s=compose";
Compose multiple middleware functions into a single middleware function.