danwrong / restler

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

posting a buffer or a stream instead of a file #131

Closed davetayls closed 10 years ago

davetayls commented 11 years ago

I am creating an image using the gm package which I then want to post.

It can be output as a buffer or a stream.

Is it possible for me to send them directly without saving to filesystem?

easternbloc commented 10 years ago

Hi,

Do you still need feedback on this or can this ticket be closed?

davetayls commented 10 years ago

Yeah, got this sorted thanks!