Function: Body()
ts
function Body(): ParameterDecorator;Defined in: packages/runtime/src/decorators/parameter.ts:6
Binds the full HTTP request body to a controller parameter.
Returns
ParameterDecorator
function Body(): ParameterDecorator;Defined in: packages/runtime/src/decorators/parameter.ts:6
Binds the full HTTP request body to a controller parameter.
ParameterDecorator