Kong / unirest-nodejs

Unirest in Node.js: Simplified, lightweight HTTP client library.
http://unirest.io/nodejs
MIT License
953 stars 167 forks source link

Add support for other stream types #107

Closed kbrandwijk closed 4 years ago

kbrandwijk commented 7 years ago

Currently, you can only pass a FileReadStream as an attachment. However, the data could also come from another ReadadbleStream. Why the limitation on FileReadStream?