Changed
PayloadConfig
is now also considered inBytes
andString
extractors when set
usingApp::data
. #1610web::Path
now has a public representation:web::Path(pub T)
that enables
destructuring. #1594ServiceRequest::app_data
allows retrieval of non-Data data without splitting into parts to
accessHttpRequest
which already allows this. #1618- Re-export all error types from
awc
. #1621 - MSRV is now 1.42.0.
Fixed
- Memory leak of app data in pooled requests. #1609