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

Establish blocking mode #2

Closed maoertel closed 2 years ago

maoertel commented 2 years ago

This PR marks a breaking change by establishing a blocking mode as a non default feature (enable it with blocking flag in your Cargo.toml). The package structure changed  so the version upped by one on the major digit.

The feature is tested in async as well as blocking mode.