node-curl icon indicating copy to clipboard operation
node-curl copied to clipboard

Can you please provide an example how to post binary data

Open somnathwy opened this issue 10 years ago • 0 comments

var myBuffer = new Buffer('myString', encoding);

I want to post myBuffer (raw Binary data to server). Can you please provide me sample code?

somnathwy avatar Sep 17 '13 14:09 somnathwy