java-http-clj
java-http-clj copied to clipboard
Add short-hands for all HTTP methods defined in RFC 9110 and RFC 5789
Not sure if this is something you intentionally left out, but I think it would be useful to have short-hands for all the common HTTP methods, particularly those defined in RFC 9110 and RFC 5789.
RFC 9110: https://www.rfc-editor.org/rfc/rfc9110#name-method-definitions
- GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE
RFC 5789: https://rfc-editor.org/rfc/rfc5789
- PATCH