Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
il y a 3 ans
src improvements around HttpMethod, more tests il y a 3 ans
.gitignore code import il y a 5 ans
CHANGELOG.md improvements around HttpMethod, more tests il y a 3 ans
Cargo.toml improvements around HttpMethod, more tests il y a 3 ans
LICENSE.txt add license and readme il y a 5 ans
README.md implement ToString for WwwAuthenticateHeader for server-side use il y a 5 ans

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.