Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/src/decorator/mod.ts>Req

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Req
import { Req } from "https://deno.land/x/alosaur@v0.33.1/src/decorator/mod.ts";

Injects a Request object to the controller action parameter. Must be applied on a controller action parameter.

Returns

Function