Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fast/server/middleware.ts>Middleware

Small web framework with near-native performance.
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fast@3.6.0/server/middleware.ts";
definition: (ctx: Context, next: NextFunction) => Promise<unknown> | unknown