Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#734·httpbin

[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

View original on GitHubView discussion on GitHub