digest auth for rust
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
Ondřej Hruška a1f3c6ebfb Merge branch 'pr-method-lifetime' of slamb/digest_auth_rs into master 5 年前
src allow non-'static HTTP method names 5 年前
.gitignore code import 7 年前
CHANGELOG.md add changelog 5 年前
Cargo.toml bump version 5 年前
LICENSE.txt add license and readme 7 年前
README.md implement ToString for WwwAuthenticateHeader for server-side use 6 年前

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.