Skip to main content
Module

x/danet/mod.ts>MiddlewareExecutor

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
class MiddlewareExecutor
Re-export
import { MiddlewareExecutor } from "https://deno.land/x/danet@1.3.0/mod.ts";

Constructors

new
MiddlewareExecutor(injector: Injector)

Methods

private
getSymbolMiddlewares(symbol: unknown)
executeAllRelevantMiddlewares(
context: HttpContext,
Controller: ControllerConstructor,
ControllerMethod: Callback,
next: NextFunction,
)