github actix/actix-web web-v3.0.0-beta.1
actix-web: v3.0.0-beta.1

latest releases: web-v4.5.1, actors-v4.3.0, test-v0.1.3...
pre-release3 years ago

Added

  • Re-export actix_rt::main as actix_web::main.
  • HttpRequest::match_pattern and ServiceRequest::match_pattern for extracting the matched
    resource pattern.
  • HttpRequest::match_name and ServiceRequest::match_name for extracting matched resource name.

Changed

  • Fix actix_http::h1::dispatcher so it returns when HW_BUFFER_SIZE is reached. Should reduce peak memory consumption during large uploads. #1550
  • Migrate cookie handling to cookie crate. Actix-web no longer requires ring dependency.
  • MSRV is now 1.41.1

Fixed

  • NormalizePath improved consistency when path needs slashes added and removed.

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.