- Affected version
- 2.2.4
XF\Http\Request
and XF\Http\Response
currently can't be extended through the class proxy system.Several use cases (like explicitly getting POST data without directly touching
$_POST
in integration scenarios) could probably benefit from being able to extend those classes.