-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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
base: 7.4
Are you sure you want to change the base?
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 |
93c0d2c
to
759bdfd
Compare
…QUERY` HTTP method
759bdfd
to
c6c62e4
Compare
The tests are passing, but failing when reruned here. Not sure why though. Should we remove Status: Needs Review |
Not much difference from
GET
, appart that the request body is used to generate the cache key inHttpCache
.Webprofiler integration: