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?
found the answer: https://github.com/ztellman/aleph/blob/master/src/aleph/http.clj#L148 I was expecting over 9000