Skip to main content
Module

x/alosaur/mod.ts>Ctx

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

Injects a context parameter value to the controller action parameter. Must be applied on a controller action parameter.

Returns

Function