Open desiderantes opened 1 month ago
It seems like it's still a draft https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body/
But overall, we've added verbs for WebDav https://github.com/square/okhttp/pull/1901
@swankjesse any objection?
Just wanted to note that Node already shipped support for it
Fixes #8380.
This PR adds a new public method,
query(RequestBody)
, to perform a request using the QUERY method. It also enables cache support for QUERY requests.