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

x/alosaur/mod.ts>Req

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

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

Returns

Function