Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
3 lat temu
src improvements around HttpMethod, more tests 3 lat temu
.gitignore code import 5 lat temu
CHANGELOG.md improvements around HttpMethod, more tests 3 lat temu
Cargo.toml improvements around HttpMethod, more tests 3 lat temu
LICENSE.txt add license and readme 5 lat temu
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 lat temu

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.