mezzio/mezzio-helpers

remove 'rawBody' request-attribute

Opened this issue · 0 comments

As @weierophinney mention in another zendframework/zend-expressive-helpers#64 (comment), we don't really need the rawBody attribute on the request, as the body itself can always be retrieved via Request::getBody()


Originally posted by @BreiteSeite at zendframework/zend-expressive-helpers#65