Slim-Psr7 icon indicating copy to clipboard operation
Slim-Psr7 copied to clipboard

Add body parsing functionality in Request object

Open l0gicgate opened this issue 6 years ago • 0 comments

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.

l0gicgate avatar May 20 '19 16:05 l0gicgate