http-auth 0.1.9

HTTP authentication: parse challenge lists, respond to Basic and Digest challenges. Likely to be extended with server support and additional auth schemes.
Documentation
## `v0.1.9` (2023-12-28)

*   support conversion from `http` crate version 1.0 types.

## `v0.1.8` (2023-01-30)

*   upgrade `base64` dependency from 0.20 to 0.21.

## `v0.1.7` (2023-01-05)

*   bump minimum Rust version to 1.57.
*   upgrade `base64` dependency from 0.13 to 0.20.

## `v0.1.6` (2022-05-02)

*   upgrade `digest`, `md5`, and `sha2` dependencies.

## `v0.1.5` (2021-11-30)

*   add `http_auth::basic::encode_credentials` for preemptively sending `Basic`
    credentials.

## `v0.1.4` (2021-11-18)

*   more thorough documentation
*   shrink `DigestClient`
*   support `userhash` in `DigestClient`
*   support `-sess` algorithm variants in `DigestClient`

## `v0.1.3` (2021-10-20)

*   fix `docs.rs`

## `v0.1.2` (2021-10-20)

*   add RFC 2069 compatibility mode.

## `v0.1.1` (2021-10-20)

*   allow `Digest`'s `qop` parameter to be omitted.

## `v0.1.0` (2021-10-20)

*   initial version