Closed
Description
The HttpFoundation component had some changes in 2.4:
- The
RequestStack
class is added (see added documentation for the new request_stack service #2956 ) - The method
Request::getEncodings()
is added (see [HttpFoundation] Added Request::getEncodings() method symfony#8185 ). The "Accessing Request Data" section (in the component intro) should document this new method.