https://learn.openapis.org/specification/http-methods.html#query-method-support
With 3.2 the http method QUERY was added into the spec. This fills the gap between POST and GET by signalling similar semantics to get but allowing for request bodies.
https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-11.html but at this point it sitting waiting for final review before finally being actually incorporated into the standard.
https://learn.openapis.org/specification/http-methods.html#query-method-support
With 3.2 the http method
QUERYwas added into the spec. This fills the gap betweenPOSTandGETby signalling similar semantics to get but allowing for request bodies.https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-11.html but at this point it sitting waiting for final review before finally being actually incorporated into the standard.