Skip to main content
Module

x/alosaur/mod.ts>PreRequestMiddleware

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface PreRequestMiddleware
import { type PreRequestMiddleware } from "https://deno.land/x/alosaur@v0.35.2/mod.ts";

Type Parameters

optional
TState = unknown

Methods

onPreRequest(context: HttpContext<TState>): void