zend-expressive-helpers
zend-expressive-helpers copied to clipboard
remove 'rawBody' request-attribute
- [x] I was not able to find an open or closed issue matching what I'm seeing.
- [x] This is not a question. (Questions should be asked on slack (Signup for Slack here) or our forums.)
As @weierophinney mention in another https://github.com/zendframework/zend-expressive-helpers/pull/64#discussion_r204831760, we don't really need the rawBody attribute on the request, as the body itself can always be retrieved via Request::getBody()
This repository has been closed and moved to mezzio/mezzio-helpers; a new issue has been opened at https://github.com/mezzio/mezzio-helpers/issues/2.