25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
3 yıl önce
src improvements around HttpMethod, more tests 3 yıl önce
.gitignore code import 5 yıl önce
CHANGELOG.md improvements around HttpMethod, more tests 3 yıl önce
Cargo.toml improvements around HttpMethod, more tests 3 yıl önce
LICENSE.txt add license and readme 5 yıl önce
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 yıl önce

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.