-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for the QUERY HTTP method
#61173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0cfd34f to
1618dbf
Compare
1618dbf to
92ec262
Compare
|
Should
QUERY to the list?
|
|
The same question applies to
I guess that if we may, we can fallback on |
92ec262 to
1deb7d3
Compare
|
We should indeed parse a |
0201731 to
f9d9416
Compare
QUERY HTTP methodQUERY HTTP method
f9d9416 to
619d156
Compare
|
PR updated. A follow-up PR would be to also support the method in HttpClient. I added support for the method also in WebProfilerBundle |
759bdfd to
c6c62e4
Compare
|
The tests are passing, but failing when reruned here. Not sure why though. Should we remove Status: Needs Review |
…QUERY` HTTP method
|
Thank you @alexandre-daubois. |
…ethods (nicolas-grekas) This PR was merged into the 7.4 branch. Discussion ---------- [HttpClient] Add QUERY to the list of retriable HTTP methods | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | #60521 | License | MIT Similar to #61173 Commits ------- da60084 [HttpClient] Add QUERY to the list of retriable HTTP methods
Not much difference from
GET, appart that the request body is used to generate the cache key inHttpCache.Webprofiler integration: