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.9.0/src/decorator/Body.ts";

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

Returns

Function