No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
hace 3 años
src improvements around HttpMethod, more tests hace 3 años
.gitignore code import hace 5 años
CHANGELOG.md improvements around HttpMethod, more tests hace 3 años
Cargo.toml improvements around HttpMethod, more tests hace 3 años
LICENSE.txt add license and readme hace 5 años
README.md implement ToString for WwwAuthenticateHeader for server-side use hace 5 años

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.