This specification defines the QUERY method for HTTP. A QUERY requests that the request target process the enclosed content in a safe and idempotent manner and then respond with the result of that processing. This is similar to POST requests, but QUERY requests can be automatically repeated or restarted without concern for partial state changes.
Latest proposed method since PATCH from 2010, and PRI from 2015?
I’m not very familiar with the format of RFCs. Is this approved and is going to ship to clients and servers, or still a draft?
I missed it at first myself, but it’s right near the top under the title and author list: proposed standard.
Aah, thanks. I really like the idea of this QUERY method.