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 bae4c13597
improvements around HttpMethod, more tests
преди 3 години
src improvements around HttpMethod, more tests преди 3 години
.gitignore code import преди 5 години
CHANGELOG.md improvements around HttpMethod, more tests преди 3 години
Cargo.toml improvements around HttpMethod, more tests преди 3 години
LICENSE.txt add license and readme преди 5 години
README.md implement ToString for WwwAuthenticateHeader for server-side use преди 5 години

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.