Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
3 anni fa
src improvements around HttpMethod, more tests 3 anni fa
.gitignore code import 5 anni fa
CHANGELOG.md improvements around HttpMethod, more tests 3 anni fa
Cargo.toml improvements around HttpMethod, more tests 3 anni fa
LICENSE.txt add license and readme 5 anni fa
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 anni fa

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.