25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška bae4c13597
improvements around HttpMethod, more tests
3 년 전
src improvements around HttpMethod, more tests 3 년 전
.gitignore code import 5 년 전
CHANGELOG.md improvements around HttpMethod, more tests 3 년 전
Cargo.toml improvements around HttpMethod, more tests 3 년 전
LICENSE.txt add license and readme 5 년 전
README.md implement ToString for WwwAuthenticateHeader for server-side use 5 년 전

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.