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

Added support for stream based body parts #4

Closed xzenon closed 10 years ago

xzenon commented 10 years ago

Added ability to seamlessly add parts by passing own NSInputStream as part body.