java-http-clj icon indicating copy to clipboard operation
java-http-clj copied to clipboard

Add short-hands for all HTTP methods defined in RFC 9110 and RFC 5789

Open axvr opened this issue 2 years ago • 0 comments

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

axvr avatar Jun 13 '22 15:06 axvr