Actions
Task #97873
closedNamed handlers in HTTP stack
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2022-07-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since #88871 one can add custom middlewares/handlers to the handler stack used by Guzzle within TYPO3 via $GLOBALS['TYPO3_CONF_VARS']['HTTP']['handler']
.
These are pushed onto the handler stack without name. Chances are high that a name is available in the $GLOBALS['TYPO3_CONF_VARS']['HTTP']['handler']
array so this should be pushed together with the middleware/handler.
Benefit: easier debugging.
Actions