Comment on Ask HN: Retrieving multiple images with a single request?Comments−pestatije2yYou could do that with blobs and client code...or use mjpeg movies...im not aware of multiple images as such though...itd be worth researching multipart mime types i think−shanebelloneOP2yI already have a working prototype that batches media requests. In my example case, I'm sending 1 request and receiving 6 images in return.
Comments
You could do that with blobs and client code...or use mjpeg movies...im not aware of multiple images as such though...itd be worth researching multipart mime types i think
I already have a working prototype that batches media requests. In my example case, I'm sending 1 request and receiving 6 images in return.