bref
bref copied to clipboard
Body only parsed for POST requests, should we not also parse PUT+PATCH ?
In Bref\Event\Http\Psr7Bridge , parseBodyAndUploadedFiles, there is a check that the event method is 'POST' before parsing the body. Should we not also look to parse the body of PUT and PATCH requests?
That sounds reasonable to me 👍
Feel free to send a PR with tests if you have time.
I'll try to fit it in!