import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { composeMiddleware } = Oak;
Compose multiple middleware functions into a single middleware function.
Parameters
middleware: MiddlewareOrMiddlewareObject<S, T>[]
x/oak_http_proxy/test/deps.ts>Oak.composeMiddleware
import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { composeMiddleware } = Oak;
Compose multiple middleware functions into a single middleware function.