digest-access

Crates.iodigest-access
lib.rsdigest-access
version0.3.5
sourcesrc
created_at2020-10-31 03:28:06.149195
updated_at2024-05-14 07:26:23.79748
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,013
David Webb (RAvenGEr)

documentation

README

crates.io docs.rs

digest-access

HTTP Digest Access Authentication for Rust

A (mostly) complete implementation of ITEF 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: 19

cargo fmt