aleph

gzmask 2019-11-21T21:20:46.054800Z

I tried http/post and found out the request is only made after I deference the result. can I make it like core.async go block such that the request is made eagerly?

gzmask 2019-11-21T21:34:08.055Z

found the answer: https://github.com/ztellman/aleph/blob/master/src/aleph/http.clj#L148 I was expecting over 9000