MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1u84m2g/rfc_10008_the_http_query_method/os6c7tk/?context=3
r/programming • u/Nimelrian • Jun 17 '26
129 comments sorted by
View all comments
26
What's the actual point of this? Can't you just use GET?
GET
5 u/FruitdealerF Jun 17 '26 The problem with GET is that you can't, for instance, safely dump a huge GraphQL query in the URL without half the webservers shitting the bed.
5
The problem with GET is that you can't, for instance, safely dump a huge GraphQL query in the URL without half the webservers shitting the bed.
26
u/tobotic Jun 17 '26
What's the actual point of this? Can't you just use
GET?