maoertel / diqwest

Crate to extend `reqwest` to be able to send with digest auth flow.
https://docs.rs/diqwest
MIT License
18 stars 3 forks source link

Factor out common logic between blocking and non blocking modules #11

Closed maoertel closed 1 year ago

maoertel commented 1 year ago

To finally leverage more DRY let's factor out what non-blocking and blocking modules have in common.