gnarroway / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380 stars 27 forks source link

Add arglists and docstrings #62

Open eerohele opened 1 year ago

eerohele commented 1 year ago

It would be very useful if every var in hato.client had both :arglists and :doc meta.

As it is, I have to refer to the README every time to see the available request options.

gnarroway commented 4 months ago

would welcome a PR thanks