Module

x/alosaur/mod.ts>Res

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
function Res
import { Res } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

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

Returns

Function