Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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.