v2.0.5.1
- Fix PUT and PATCH body data not being parsed correctly
- Fix not getting request body for
PATCH
andPUT
when usingform-data
orx-www-form-urlencoded
- Fix
$_FILES
being empty when usingPATCH
orPUT
request to upload files
PATCH
and PUT
when using form-data
or x-www-form-urlencoded
$_FILES
being empty when using PATCH
or PUT
request to upload files