Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/masx200_deno_http_middleware/mod.ts>composeMiddleware

Deno 原生 HTTP 服务器的中间件框架
Go to Latest
function composeMiddleware
Re-export
import { composeMiddleware } from "https://deno.land/x/masx200_deno_http_middleware@2.2.2/mod.ts";

Type Parameters

optional
T = { }

Parameters

middleware: Array<Middleware<T>>
optional
ret_processor_fn: RetProcessor = [UNSUPPORTED]