Skip to main content
Module

x/alosaur/mod.ts>MiddlewareTarget

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

Type Parameters

optional
TState = unknown

Methods

onPreRequest(context: Context<TState>): void
onPostRequest(context: Context<TState>): void