You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature symfony#61173 [HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the QUERY HTTP method (alexandre-daubois)
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the `QUERY` HTTP method
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fixsymfony#60521
| License | MIT
Not much difference from `GET`, appart that the request body is used to generate the cache key in `HttpCache`.
Webprofiler integration:
<img width="2072" height="778" alt="image" src="https://github.com/user-attachments/assets/4a5c8c3a-e15b-4b96-9a7f-6edafecb67d8" />
Commits
-------
466c5d7 [HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the `QUERY` HTTP method
0 commit comments