Skip to main content
Module

x/alosaur/mod.ts>Body

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

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

Parameters

optional
transform: any
optional
options: RequestBodyParseOptions

Returns

Function