#digest #http #http-header #access #http-response #rfc2069

digest-access

HTTP Digest Access Authentication compliant with ITEF RFC2069, RFC2617 and RFC7616 for Rust

7 releases

0.3.6 Feb 4, 2025
0.3.5 May 14, 2024
0.3.2 Apr 15, 2024
0.3.1 Jan 6, 2022
0.2.0 Oct 31, 2020

#181 in Authentication

Download history 1/week @ 2024-11-27 13/week @ 2024-12-04 20/week @ 2024-12-11 16/week @ 2024-12-18 39/week @ 2024-12-25 69/week @ 2025-01-29 62/week @ 2025-02-05 14/week @ 2025-02-12 28/week @ 2025-02-19 4/week @ 2025-02-26

177 downloads per month

MIT/Apache

31KB
738 lines

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.


lib.rs:

This crate provides HTTP Digest Access Authentication, as specified by ITEF RFC2069, RFC2617 and RFC7616

Dependencies

~2MB
~39K SLoC