digest auth for rust
https://crates.io/crates/digest_auth
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
4年前 | |
---|---|---|
src | 4年前 | |
.gitignore | 6年前 | |
CHANGELOG.md | 4年前 | |
Cargo.toml | 4年前 | |
LICENSE.txt | 6年前 | |
README.md | 6年前 |
README.md
Rust implementation of Digest Auth hashing algorithms, as defined in IETF RFC 2069, 2617, and 7616.
This crate provides the authentication header parsing and generation code.