zendframework / zend-expressive-helpers

Helper classes for Expressive
BSD 3-Clause "New" or "Revised" License
33 stars 18 forks source link

remove 'rawBody' request-attribute #65

Open BreiteSeite opened 6 years ago

BreiteSeite commented 6 years ago

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()

weierophinney commented 4 years ago

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.