gnarroway / hato

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

docstring is more restrictive then the underlying java http client #65

Closed hiredman closed 4 months ago

hiredman commented 11 months ago

https://github.com/gnarroway/hato/blob/master/src/hato/client.clj#L215 says it takes a ThreadPoolExecutor, but the java code only requires an Executor

gnarroway commented 4 months ago

fixed