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.
digest_auth_rs/CHANGELOG.md

235 B

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