Skip to content

actix-http: v3.6.0

Compare
Choose a tag to compare
@robjtede robjtede released this 04 Feb 01:17
· 39 commits to master since this release
59bc85f

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.