r0man / cljs-http

A ClojureScript HTTP library.
582 stars 93 forks source link

Doing the same from Clojure. #98

Closed daonsh closed 8 years ago

daonsh commented 8 years ago

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