The New HTTP QUERY Method Every REST API Should Use (RFC 10008)

REST has always had a weak spot: complex queries. GET can’t carry enough data in a URL, so most teams fake it with POST — and lose caching, safe retries, and idempotency in the process. HTTP just got a fix: a new verb called QUERY. This video reacts to a LinkedIn post by Martin Forstner,

The New HTTP QUERY Method Every REST API Should Use (RFC 10008) Read More »