Skip to content

HTTP Digest Access Authentication for Rust

License

Notifications You must be signed in to change notification settings

average-gary/digest-access

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP Digest Access Authentication for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%