Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/momentum/core/mv-middleware.ts>MvMiddleware

Momentum is an open-source framework for building server-side Deno applications in TypeScript. It provides the paradigms and design patterns to guide developers to create robust, scalable, and enterprise-grade applications.
Latest
interface MvMiddleware
import { type MvMiddleware } from "https://deno.land/x/momentum@v0.8.2/core/mv-middleware.ts";

Interface that describes a middleware.

Methods

execute(context: ContextAccessor, next: NextMiddlewareFunction): Promise<void>