Added
- Re-export
actix_rt::mainasactix_web::main. HttpRequest::match_patternandServiceRequest::match_patternfor extracting the matched
resource pattern.HttpRequest::match_nameandServiceRequest::match_namefor 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
cookiecrate. Actix-web no longer requiresringdependency. - MSRV is now 1.41.1
Fixed
NormalizePathimproved consistency when path needs slashes added and removed.