cch1 / http.async.client

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

Request body of type "String" is always url encoded. #3

Closed sbtourist closed 13 years ago

sbtourist commented 13 years ago

Request body of type "String" should be url encoded only if content type has been set to "application/x-www-form-urlencoded"; otherwise, it should be kept untouched.

neotyk commented 13 years ago

Body string of request gets URL encoded only when Content-Type is set to "application/x-www-form-urlencoded".

neotyk@ebf700873ab00867a938

Please confirm that it works for you.

sbtourist commented 13 years ago

Yes it works :) Sorry for my late response, but better late than never :)

sbtourist commented 13 years ago

Closing.