github actix/actix-web web-v4.8.0
actix-web: v4.8.0

9 days ago

Added

  • Add web::Html responder.
  • Add HttpRequest::full_url() method to get the complete URL of the request.

Fixed

  • Always remove port from return value of ConnectionInfo::realip_remote_addr() when handling IPv6 addresses. from the Forwarded header.
  • The UrlencodedError::ContentType variant (relevant to the Form extractor) now uses the 415 (Media Type Unsupported) status code in it's ResponseError implementation.
  • Apply HttpServer::max_connection_rate() setting when using rustls v0.22 or v0.23.

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.