node-modules / urllib

Request HTTP(s) URLs in a complex world.
MIT License
726 stars 117 forks source link

📦 NEW: Support digest auth #390

Closed fengmk2 closed 2 years ago

fengmk2 commented 2 years ago

closes https://github.com/node-modules/urllib/issues/388

codecov[bot] commented 2 years ago

Codecov Report

Merging #390 (01d1161) into master (b44e1f7) will decrease coverage by 0.41%. The diff coverage is 95.91%.

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
- Coverage   99.09%   98.67%   -0.42%     
==========================================
  Files           4        4              
  Lines         332      378      +46     
  Branches      114      122       +8     
==========================================
+ Hits          329      373      +44     
- Misses          3        5       +2     
Impacted Files Coverage Δ
src/HttpClient.ts 98.55% <92.30%> (-0.33%) :arrow_down:
src/utils.ts 98.33% <97.22%> (-1.67%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

fengmk2 commented 2 years ago

https://github.com/node-modules/digest-header/blob/master/index.js

fengmk2 commented 2 years ago

3.1.0