pyke369 / PKMultipartInputStream

an NSInputStream subclass suitable for building multipart/form-data http requests bodies in MacOSX/iOS applications.
http://github.com/pyke369/PKMultipartInputStream
MIT License
73 stars 19 forks source link

NEW FEATURE: added possibility to set content type when adding data part... #3

Closed VilemKurz closed 10 years ago

VilemKurz commented 10 years ago

Handy if pre-baked application/octet-stream is not good enough.

pyke369 commented 10 years ago

Merged