Skip to content

actix-web: v4.10.0

Latest
Compare
Choose a tag to compare
@robjtede robjtede released this 10 Mar 03:52
· 15 commits to master since this release
e8351cc

Added

  • Implement Responder for Result<(), E: Into<Error>>. Returning Ok(()) responds with HTTP 204 No Content.

Changed

  • On Windows, an error is now returned from HttpServer::bind() (or TLS variants) when binding to a socket that's already in use.
  • Update brotli dependency to 7.
  • Minimum supported Rust version (MSRV) is now 1.75.