Skip to content

Kirby 5.1.1

$request->body()

Returns the Body object

$request->body(): Kirby\Http\Request\Body

Return type

Kirby\Http\Request\Body

This method modifies the existing $request object it is applied to and returns it again.

Parent class

Kirby\Http\Request