[Feat] Support for `QUERY` HTTP method
Author: bpolaszekCreated Dec 1, 2025Updated Dec 1, 2025
QUERY has been standardized in HTTP specification as of February 2024.
It's basically a GET with a body (like POST, but safe, idempotent, and cacheable).
https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body/?include_text=1
Can you please integrate it?
Source: postmanlabs/httpbin