You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška a1f3c6ebfb Merge branch 'pr-method-lifetime' of slamb/digest_auth_rs into master 3 years ago
src allow non-'static HTTP method names 3 years ago
.gitignore code import 5 years ago
CHANGELOG.md add changelog 3 years ago
Cargo.toml bump version 3 years ago
LICENSE.txt add license and readme 5 years ago
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 years ago

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.