node-js-libs/curlrequest

upload file usinng username pass

Opened this issue · 0 comments

How would i make this curl command work with curlrequest?

curl -X POST -i -F file=@test.json -u user:password https://url.com/upload

I read #20 but i can't see how to add user and password.