dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.77k stars 408 forks source link

Support async with socks proxy? #645

Open raycheung opened 4 months ago

raycheung commented 4 months ago

Checking the conn-mgr, looks like the socks proxy support is isolated from the async connection manager.

Is there any way to accomplish it downstream? Or do I have to edit the conn-mgr to add additional function please?