danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

example usage of piping a get request to multipart request #195

Open zumoshi opened 9 years ago

zumoshi commented 9 years ago

hi, the only example about multipart uses a local file. is it possible to give another restler get request to it instead to pipe it ? (mostly for big files that wouldn't fit in ram)

thanks

apendua commented 8 years ago

@zumoshi From what I can see in the source code it's not possible.

@danwrong Would you accept this feature request?

zumoshi commented 8 years ago

this issue is 2 years old... i dont even use node anymore :-s feel free to close the issue.