Skip to main content
Module

x/danet/mod.ts>MiddlewareExecutor

The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
Go to Latest
class MiddlewareExecutor
Re-export
import { MiddlewareExecutor } from "https://deno.land/x/danet@2.3.1/mod.ts";

Constructors

new
MiddlewareExecutor(injector: Injector)

Methods

private
getSymbolMiddlewares(symbol: unknown)
executeAllRelevantMiddlewares(
context: ExecutionContext,
Controller: ControllerConstructor,
ControllerMethod: Callback,
next: NextFunction,
): Promise<unknown>