zendframework/zend-expressive-helpers

remove 'rawBody' request-attribute

Opened this issue · 1 comments

As @weierophinney mention in another #64 (comment), 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 mezzio/mezzio-helpers#2.