Currently we do not parse any incoming data in the `Request` object. All that functionality has been moved to the `Slim-Http` decorators repository. We should by default at least support the incoming form data in the `$_POST` object and JSON.
Currently we do not parse any incoming data in the
Requestobject. All that functionality has been moved to theSlim-Httpdecorators repository.We should by default at least support the incoming form data in the
$_POSTobject and JSON.