actix-web-lab: v0.22.0
- Add
extract::QueryDeserializeError
type. - Re-work
Query
deserialization error handling. - Implement
Clone
forextract::Path<T: Clone>
. - The
Deref
implementation forheader::CacheControl
now returns a slice instead of aVec
. - Deprecate
middleware::from_fn()
now it has graduated to Actix Web. - Deprecate
extract::ThinData
now it has graduated to Actix Web.