r0man/cljs-http

Doing the same from Clojure.

Closed this issue · 2 comments

It's not really an issue, but a related question.

I'm already using cljs-http, it's great.

I want to use the same workflow in my Clojure server - send a GET request to some other server and get the response.
What's the recommended way to do that?

I already use core.async in both the client and the server, but couldn't find the way to do this request from Clojure (not Clojurescript).

Thanks

Thanks. Sorry for the delay.