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

x/entropy/src/http/interfaces/middleware.interface.ts>Middleware

The core module of Entropy framework for Deno.
Latest
interface Middleware
import { type Middleware } from "https://deno.land/x/entropy@1.0.0-beta.17/src/http/interfaces/middleware.interface.ts";

Properties

handle: (request: HttpRequest) => void | Promise<void>