mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Multipart parts now have a name and filename property. Those are the same as: part.headers['content-disposition'].name part.headers['content-disposition'].filename This patch also updates and improves the docs for the multipart module.