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).
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