technomancy / clojure-http-client

An HTTP client for Clojure (DEPRECATED)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-http-client doesn't follow redirects

ghoseb opened this issue · comments

As far as I can see, clojure-http-client doesn't follow redirects and there is no way to make it do so. IMHO, there should be an optional parameter which would enable that.

Closing out all clojure-http-client issues in hopes that folks will switch to clj-http.