charset not useful when Content-Type is multipart/form-data#374
charset not useful when Content-Type is multipart/form-data#374guange2015 wants to merge 2 commits intopokeb:masterfrom
Conversation
|
Why has this not been pulled into the baseline? |
|
@newmanw Probably because ASIHTTPRequest is pretty much dead. I think I'm possibly the only person still merging things (and I don't have any projects left myself that use ASIHTTPRequest), and I'm definitely trying to veer towards not breaking things. If someone could explain why charset isn't useful / what removing it fixes / why it was added originally that might help twist my arm into looking at it. I'm also not sure about adding a podspec - ASIHTTPRequest really shouldn't be used in new projects. |
|
New to iOS, is there a good alternative? Seems like async http should be built into core iOS (and maybe it is). |
|
It is :-) NSURLConnection is the underlying iOS/Mac class. A large number of people use AFNetworking, which is a wrapper around NSUrlConnection etc, but there are other wrappers too. |
|
Perfect thanks for your help! i don't think there is a need to pull that in. I modified my copy of the code locally in my project to work. Long term goal is to use the core libs or a non-dead framework. |
No description provided.