This website works better with JavaScript.
Explore
Help
Sign In
packages
/
digest_auth_rs
Watch
1
Star
0
Fork
You've already forked digest_auth_rs
2
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
digest auth for rust
https://crates.io/crates/digest_auth
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
1
Branch
3
Tags
178 KiB
Rust
100%
Tag:
Branch:
Tree:
49d214bfd6
master
v0.2.3
v0.2.4
v0.3.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '49d214bfd6'
${ noResults }
digest_auth_rs
/
CHANGELOG.md
235 B
Raw
Blame
History
0.3.0
Added lifetime parameter to
HttpMethod
Changed
HttpMethod
to
HttpMethod<'a>(Cow<'a, str>)
Added unit tests
Added support for the
http
crate's
Method
struct (optional feature)
0.2.4
Update dependencies