1 Commits
Author SHA1 Message Date
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