digest_auth

Crates.iodigest_auth
lib.rsdigest_auth
version0.3.1
created_at2019-02-27 12:28:42.414628+00
updated_at2023-05-09 07:41:13.350052+00
descriptionImplementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients
homepage
repositoryhttps://git.ondrovo.com/packages/digest_auth_rs
max_upload_size
id117555
size59,194
Ondřej Hruška (MightyPork)

documentation

README

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.

Commit count: 0

cargo fmt