1

I am using http-client in clojure with proxy. And I want to try http-kit, however I don't find a way to use proxy. I have a list of proxies stored in database, and then randomly pick up a proxy and use it in http client. Look like there is no api/parameter in http-kit to use a proxy.

Daniel Wu
  • 5,853
  • 12
  • 42
  • 93

1 Answers1

2

There's an open issue for proxy support in http-kit, it doesn't support it yet. https://github.com/http-kit/http-kit/issues/75

Daniel Compton
  • 13,878
  • 4
  • 40
  • 60