r0man / cljs-http

A ClojureScript HTTP library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doing the same from Clojure.

daonsh opened this issue · 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