web-v4.1.0
版本发布时间: 2022-06-11 23:54:10
actix/actix-web最新发布版本:web-v4.9.0(2024-08-10 10:22:16)
Added
- Add
ServiceRequest::extract()
to make it easier to use extractors when writing middlewares. #2647 - Add
Route::wrap()
to allow individual routes to use middleware. #2725 - Add
ServiceConfig::default_service()
. #2338 #2743 - Implement
ResponseError
forstd::convert::Infallible
Changed
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive
hashbrown
dependency.
Fixed
- Clear connection-level data on
HttpRequest
drop. #2742