Skip to content

actix-http: v3.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 02 Apr 08:58
· 855 commits to master since this release
a321515

Added

  • client::Connector::handshake_timeout method for customizing TLS connection handshake timeout. #2081
  • client::ConnectorService as client::Connector::finish method's return type #2081
  • client::ConnectionIo trait alias #2081

Changed

  • client::Connector type now only have one generic type for actix_service::Service. #2063

Removed

  • Common typed HTTP headers were moved to actix-web. [2094]
  • ResponseError impl for actix_utils::timeout::TimeoutError. #2127