digest-access

Crates.iodigest-access
lib.rsdigest-access
version0.3.6
created_at2020-10-31 03:28:06.149195+00
updated_at2025-02-04 03:10:02.292917+00
descriptionHTTP Digest Access Authentication compliant with ITEF RFC2069, RFC2617 and RFC7616 for Rust
homepage
repositoryhttps://github.com/RAvenGEr/digest-access
max_upload_size
id307155
size89,462
David Webb (RAvenGEr)

documentation

README

crates.io docs.rs

digest-access

HTTP Digest Access Authentication for Rust

A (mostly) complete implementation of IETF RFC2069, RFC2617 and RFC7616

Features

  • 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.

License

Digest Access is licensed under either of

at your option.

Commit count: 23

cargo fmt