TIL about the HTTP QUERY method. It’s a new (RFC published June 2026) method that’s idempotent like GET, but the query is passed in the body rather than a query string. It’s a good fit for things like Opensearch (Elasticsearch) or GraphQL that sometimes have very large queries