您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Ondřej Hruška 2827c9bbe5
optimize Method
4 年前
src optimize Method 4 年前
.gitignore code import 7 年前
CHANGELOG.md optimize Method 4 年前
Cargo.toml improvements around HttpMethod, more tests 4 年前
LICENSE.txt add license and readme 7 年前
README.md optimize Method 4 年前

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.

Please see the docs and tests for examples.