desiderantes commented on PR #499: URL: https://github.com/apache/httpcomponents-core/pull/499#issuecomment-2424160249
> A draft and not a finalized standard I think a major web framework adding it pushes forward the need for support by a lot, since there will be services using it now. > Since the behavior around GET with a body is often debated, there's a risk of inconsistent handling across different implementations. To bring a quick summary, GET is for resources, QUERY is for, well, queries. You'd GET `/entities/1` but you'd QUERY `/entities` with GraphQL, JSONPath, SQL, or whatever the server accepts as a body to perform an idempotent query. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org