tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

Home Page:https://www.npmjs.com/package/needle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

private key signing.

vorticalbox opened this issue · comments

I am currently using HTTP in node to sign requests with a private key I have on disk and http-signature to sign the request, I am looking to use needle but I cannot find an example of how to do it.