Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/mod.ts>PostRequestMiddleware

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

Type Parameters

optional
TState = unknown

Methods

onPreRequest(context: HttpContext<TState>): void