Skip to main content
Module

x/fastro/mod.ts>Middleware

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fastro@v0.88.0/mod.ts";

Middleware type used by server

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