Not planned
Description
It's probably rather early stages, but it would be nice if at some point Spring's web frameworks supported the HTTP QUERY method.
It's probably rather early stages, but it would be nice if at some point Spring's web frameworks supported the HTTP QUERY method.
Activity
bclozel commentedon Jun 6, 2024
Do we know if this method is supported by HTTP clients and servers already?
odrotbohm commentedon Jun 6, 2024
Node 22.2 apparently already shipped it. I didn't file the ticket for immediate resolution, I just thought it would be nice to keep track of for a potential 7.0 at some point.
bclozel commentedon Jun 6, 2024
I meant servers that Spring Framework uses.
bclozel commentedon Jun 7, 2024
I have tested this and this already works already for functional handlers (both WebFlux and MVC). The annotation model is not supported at the moment because
RequestMethod
is an enum. We could consider expanding support in various places (including clients) or generally allowing custom methods as well.I'll move this to the backlog until we get more demand for this and concrete use cases.
desiderantes commentedon Aug 23, 2024
Don't have any public projects, but for what is worth:
So framework support would be a great help.
19 remaining items