Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
3 anos atrás
src improvements around HttpMethod, more tests 3 anos atrás
.gitignore code import 5 anos atrás
CHANGELOG.md improvements around HttpMethod, more tests 3 anos atrás
Cargo.toml improvements around HttpMethod, more tests 3 anos atrás
LICENSE.txt add license and readme 5 anos atrás
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 anos atrás

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.