HTTP QUERY method: a new standard for requests with a body
A new HTTP method called QUERY is being developed to fill the gap between GET and POST requests. GET does not support a request body, while POST lacks the correct read-only semantics. QUERY is designed to be safe and idempotent while allowing a request body, making it especially useful for complex filter queries in APIs.
Comments
No comments yet — be the first to weigh in 👇
No comments yet. Be the first!