cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Can't pass a callback function or core.async's channel? #55

Closed killme2008 closed 10 years ago

killme2008 commented 10 years ago

I don't want to await the response, i want the response to be processed by my callback or put into the channel in CSP style.

Is there any function do that?Thanks.

neotyk commented 10 years ago

Hi Dennis,

Please consult section 3.2 of documentation http://neotyk.github.io/http.async.client/docs.html#sec-3-2 for information about providing callbacks.

core.async channels are not supported now, sorry.

Does that answer your question?

killme2008 commented 10 years ago

Hi,neotyk. Thanks for your link,it's what i want. I am sorry, i don't read the document except the README. Thanks for your great work.