cch1 / http.async.client

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

Simplify callback API #32

Closed neotyk closed 12 years ago

neotyk commented 12 years ago

Now using callback API requires providing all callbacks. There is a set of default callbacks defined, use callback fns from this map if not provided as argument.

neotyk commented 12 years ago

Released v0.4.4 that contains simplified callback API.