HTTP Digest Access Authentication for Rust
A (mostly) complete implementation of ITEF RFC2069, RFC2617 and RFC7616
from-headers
- provides an implementation of the TryFrom<http::HeaderMap>
trait to
create a DigestAccess instance from HTTP response headers. See the reqwest_get example for how to use.
Adds the http
crate as a dependency.
Digest Access is licensed under either of
at your option.