I am looking for a node.js module that can generate and parse mime multipart / related http payloads. So far I have seen many modules oriented to multipart / form-data, so their api is very biased towards field processing, etc. I need something more general.
As an example, I need to generate / process a payload, which can consist of 5 jpeg files without any part of the form.
Yaron naveh
source share