pokeb / asi-http-request

Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
http://allseeing-i.com/ASIHTTPRequest
Other
5.78k stars 1.41k forks source link

fixed bug that form data request can't add custom Content-Type to header #356

Closed V01dZer0 closed 7 months ago

V01dZer0 commented 11 years ago

hi pokeb: Custom Content-Type was overwriten in buildURLEncodedPostBody or buildMultipartFormDataPostBody. This PR fixed this issue.

if it is a feature, ignore this PR :-D