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

Digest Support for RFC 2069

mslosarek opened this issue · comments

Currently the digest response does not for for RFC 2069 version of digest. The expected format is:
<"> < KD ( H(A1), unquoted nonce-value ":" H(A2) > <">

See