http-v3.6.0

actix/actix-webhttp-v3.6.0Feb 4, 2024by robjtede

AI Summary

The actix-http library v3.6.0 adds support for Rustls 0.22 and improves interoperability with the standard library's `http::HeaderMap`.

Key Highlights

  • Added `rustls-0_22` crate feature.
  • Added service constructors for Rustls 0.22 support.
  • Implemented `From<&HeaderMap>` for `http::HeaderMap`.

New Features

  • Rustls 0.22 support
  • HeaderMap interoperability

Full Release Notes

### Added

- Add `rustls-0_22` crate feature.
- Add `{h1::H1Service, h2::H2Service, HttpService}::rustls_0_22()` and `HttpService::rustls_0_22_with_config()` service constructors.
- Implement `From<&HeaderMap>` for `http::HeaderMap`.