Skip to main content
Module

x/alosaur/src/decorator/Body.ts>Body

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

Injects a Body object to the controller action parameter. Must be applied on a controller action parameter. transform - may by transform function or

Parameters

optional
transform: any

Returns

Function