Skip to main content
Module

x/aleph/types.d.ts>Middleware

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Middleware
import { type Middleware } from "https://deno.land/x/aleph@1.0.0-alpha.72/types.d.ts";

Properties

readonly
optional
name: string
readonly
optional
eager: boolean

Methods

fetch(request: Request, context: Context):
| Promise<Response | (() => void) | void>
| (() => void)
| void