cch1 / http.async.client

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

examples of prepare-request were passed client by mistake #36

Closed michaelneale closed 11 years ago

michaelneale commented 12 years ago

eg (request/prepare-request client :get "http://example.com")

should be:

(request/prepare-request :get "http://example.com")

neotyk commented 12 years ago

Thanks for catching it!

neotyk commented 12 years ago

Merged to development: 5b46a9240a6cf682de9c3804d8e1b7ebeedbf432