http icon indicating copy to clipboard operation
http copied to clipboard

feat: add support for HTTP QUERY method

Open jgresty opened this issue 1 year ago • 0 comments

The HTTP QUERY method is a means of making a safe, idempotent request that contains content. The primary motivator for this case is graphql, replacing HTTP POST for read only requests, however it is application agnostic.

This method is still in draft but stable enough where it is unlikely to change for this implementation.

https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html

jgresty avatar Oct 11 '24 23:10 jgresty