Skip to content

Releases: devfans/digest-fetch

Optimize auth header parsing

29 Aug 02:44
Compare
Choose a tag to compare
1.0.5

Optimize field parsing from raw string

stable release

19 Jul 17:21
Compare
Choose a tag to compare

Http digest authentication plugin for node/node-fetch, also supports http basic authentication. Digest authentication: https://en.wikipedia.org/wiki/Digest_access_authentication This plugin is implemented following RFC2069 and RFC2617.