Actions
Feature #74532
closedSupport PUT, PATCH and DELETE requests in PSR-7 API
Start date:
2016-03-09
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The PSR-7 compliant API (ServerRequestFactory and friends) currently relies on GeneralUtility for decoding a request, which in turn uses PHP’s internal support for decoding a request body. This, however, only works for POST requests, which is also why the methods are named GeneralUtility::_POST etc.
To support more modern server APIs, we should at least include support for PUT, PATCH and friends in the new API, which will eventually replace the static methods in GeneralUtility one day.
Files
Actions