Skip to main content
Module

x/fastro/mod.ts>Middleware

Fast and simple web application framework for deno
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fastro@v0.84.13/mod.ts";

Middleware type used by server

definition: { method?: string; path?: string; handler: Handler; }