Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Labels
Milestone
Description
The HttpFoundation component had some changes in 2.4:
- The
RequestStack
class is added (seeadded 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.