Slim-Psr7
Slim-Psr7 copied to clipboard
Add body parsing functionality in Request object
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.