| Crates.io | digest-access |
| lib.rs | digest-access |
| version | 0.3.6 |
| created_at | 2020-10-31 03:28:06.149195+00 |
| updated_at | 2025-02-04 03:10:02.292917+00 |
| description | HTTP Digest Access Authentication compliant with ITEF RFC2069, RFC2617 and RFC7616 for Rust |
| homepage | |
| repository | https://github.com/RAvenGEr/digest-access |
| max_upload_size | |
| id | 307155 |
| size | 89,462 |
HTTP Digest Access Authentication for Rust
A (mostly) complete implementation of IETF 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.