Skip to content

Instantly share code, notes, and snippets.

@martintrojer
Created July 19, 2013 07:29
Show Gist options
  • Save martintrojer/6037343 to your computer and use it in GitHub Desktop.
Save martintrojer/6037343 to your computer and use it in GitHub Desktop.
clj-http through proxy
(clj-http.client/get "http://www.google.com" {:proxy-host "inetproxy3" :proxy-port 8080 :digest-auth ["<u>" "<p>"]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment