Add QUERY verb - #411
Conversation
|
How about a bit more DRY? For example:
Then any future changes to the POST requirements are inherited by the QUERY requirements. Or are there more differences? |
There is one difference in the paragraph that But that's something you call out at the beginning of your version. I think the "condensed" part is easier to read and maintain but is a bit less clear. Both work for me. |
Co-authored-by: Benjie <benjie@jemjie.com>
Co-authored-by: Benjie <benjie@jemjie.com>
|
Notes from July wg:
|
|
Few notes:
|
|
Thanks for the review! Comments inline
I think so too? But I might be missing some context.
Yup. Would recommend addressing outside this PR.
Sorry I missed that part of the discussion yesterday. The caching is outside this spec IMO? Browsers/CDN/etc.. can use HTTP caching with
We should definitely specify incremental delivery and subscriptions over websockets somewhere. I expect it to be a much larger endeavour than
I'm not 100% clear on the impacts there. Do we have a documented security issue using
I'd prefer doing this in a separate PR. And probably address
100%
Addresed in 7a6701f
Agreed. Not 100% sure how to do it +
Addressed in 24d2675. I made this as a "Note", not sure how to deprecate otherwise. |
See https://www.rfc-editor.org/rfc/rfc10008.html and ecosystem adoption
QUERYis an idempotent cacheable request with a body that maps quite well to GraphQL queries.This is based off #404, do not merge before the other PR is merged.
This editorial duplicates a bit of text but since this is a spec and not a novel, I'd rather have duplication than missing information. Maybe the JSON encoding part could be factored in but not sure how.