The method is still not published as an RFC, but the semantics are clear: https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html
Other tools support user-defined HTTP methods, so users can at least create its own requests to test against APIs implementing this.
Open API 3.2 already includes support for describing APIs with the QUERY method
Some APIs are currently working on providing support for QUERY, like https://phabricator.wikimedia.org/T410883 and some private APIs we're consuming
The method is still not published as an RFC, but the semantics are clear: https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html
Other tools support user-defined HTTP methods, so users can at least create its own requests to test against APIs implementing this.
Open API 3.2 already includes support for describing APIs with the QUERY method
Some APIs are currently working on providing support for QUERY, like https://phabricator.wikimedia.org/T410883 and some private APIs we're consuming