Having an embedded HTTP Server in an iOS application, How can I respond to an HTTP Request with a multipart message? I'd like to asynchronously send JPEGs in a multipart response (MJPEG).
I've tried doing so using GCDWebServer, if it's not supported by it, any working alternative would be fine as long as it can also work on iOS.