HTTP gets a QUERY method so complex searches can stop pretending to be POST
SMRTR summary
RFC 10008 introduces the HTTP QUERY method, combining POST's request body support with GET's safe, idempotent semantics, enabling CDNs, proxies, and browsers to properly cache and retry complex queries without misusing POST.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article