Scott Lamb 2e61615da0 allow non-'static HTTP method names
Background: RTSP uses HTTP digest authentication (see RFC 2326 section
1.4). I'm using the rtsp-types crate. It works fine with digest_auth,
except that [rtsp_types::Method::Extension](https://docs.rs/rtsp-types/0.0.1/rtsp_types/enum.Method.html#variant.Extension)
has a non-static lifetime.
2021-05-23 20:08:39 -07:00
2021-05-23 20:08:39 -07:00
2019-02-27 13:10:40 +01:00
2021-01-23 18:46:53 +01:00
2021-01-24 11:05:25 +01:00
2019-02-27 13:15:04 +01:00

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.

S
Description
digest auth for rust
Readme
150 KiB
Languages
Rust 100%