Actions
Task #92513
closedEpic #92512: PSR-7 Request/Response handling in Extbase
Request processing chain must return a response object
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2020-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, Extbase creates a request and response object, hand them both into the controller and lets the user change the response object.
With PSR-7 this approach is no longer feasable since PSR-7 response objects are immutable. This makes it necessary to return a response object from the controller down to the request handler.
Actions