Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias Middleware
Re-export
import { type Middleware } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/server.ts";

Type Parameters

optional
CONTEXT = unknown
definition: (context: CONTEXT, next: Next<CONTEXT>) => Promise<Response>