clj-commons/clj-http-lite

Explore java.net.Proxy

lread opened this issue · 1 comments

lread commented

Currently

Our docs advice on using proxies recommends setting JVM system properties.
That's fine...

...But...

In JDK 1.5 java.net.Proxy was introduced.

So...

It might be interesting to understand how Proxy could be used with/within clj-http-lite while comparing with clj-http proxy support.

lread commented

I think we should wait until there is an explicit need/want for this type of thing.
Please re-open if this is the case for you.