The new HTTP QUERY method explained
kreya.app
The new HTTP QUERY method explained
1–10 of 179 posts
Re: The new HTTP QUERY method explained
#2[flagged]
Re: The new HTTP QUERY method explained
#3HTTP QUERY was discussed many times in the past here:
https://news.ycombinator.com/item?id=48568502 (4d ago, 173 comments)
https://news.ycombinator.com/item?id=29794838 (4y ago, 125 comments)
Re: The new HTTP QUERY method explained
#4[flagged]
No, it does not feel like that.
Re: The new HTTP QUERY method explained
#5What do you think people will make the Query request body? Most everything will use this for JSON but it could be anything so what other interesting things do you think will go in there? Query 1 + 1 and get 2?
Re: The new HTTP QUERY method explained
#6What do you think people will make the Query request body? Most everything will use this for JSON but it could be anything so what other interesting things do you think will go in there? Query 1 + 1 and get 2?
I'm curious too. Unless the developer is really passionate about this I don't think a dev will risk (potential) compatibility issues or unexpected footguns to use this when the workarounds do seem to work quite well already. I just dont see the benefit but maybe it's because I am just not aware of a real world use case; happy to be corrected.
Re: The new HTTP QUERY method explained
#7It's interesting to see additions to HTTP methods as it much feels like the existing ones are set in stone. At least for the time that I have been a developer.
I'm curious to see how fast the adoption/support for HTTP QUERY will be. I've had my fair share of situations where I wished for something like HTTP QUERY.
Re: The new HTTP QUERY method explained
#8Re: The new HTTP QUERY method explained
#9It's interesting to see additions to HTTP methods as it much feels like the existing ones are set in stone. At least for the time that I have been a developer. I'm curious to see how fast the adoption/support for HTTP QUERY will be. I've had my fair share of situations where I wished for something like HTTP QUERY.
I can implement it in about 10 minutes. Not even kidding.
Re: The new HTTP QUERY method explained
#10> using HTTP GET with a request body is a bad idea, as for example users behind a corporate firewall or a different browser may be unable to use your website.
So is using QUERY requests for quite some time from now.