danwrong / restler

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

how to GET image from URL and send it with POST request? #238

Open rihannarickeminem opened 8 years ago

rihannarickeminem commented 8 years ago

How to implement it better? with streams? or store image to buffer? because it requires content-length to be set in POST. Should i determine photo extension?