zend-psr7bridge
zend-psr7bridge copied to clipboard
ServerRequest parsedBody do not parse json
In Expressive is BodyParamsMiddleware
which handles body parsing (x-www-form-urlencoded
and json
). I think it would be useful to have same function in Psr7ServerRequest
. I can create PR.
This repository has been closed and moved to laminas/laminas-psr7bridge; a new issue has been opened at https://github.com/laminas/laminas-psr7bridge/issues/1.