multipart/mixed response using NodeJS
问题 I've the following scenario: to return a multipart/mixed response that will contain the following items using NodeJS, where we control both ends of the communication so we should be able to eliminate interoperability issues. JSON file containing a list of nodes describing each ZIP i.e. [{name: test1, desc: Test1 Desc, md5: 1234ABCD, file: zip-01.zip}, {name: test1, desc: Test1 Desc, md5: 1234ABCD, file: zip-02.zip}] ZIP files are read from a mongo gridfs store --whoop Content-Disposition: