Skip to content

actix-web-lab: v0.22.0

Latest
Compare
Choose a tag to compare
@robjtede robjtede released this 10 Aug 02:28
· 21 commits to main since this release
1574c3f
  • Add extract::QueryDeserializeError type.
  • Re-work Query deserialization error handling.
  • Implement Clone for extract::Path<T: Clone>.
  • The Deref implementation for header::CacheControl now returns a slice instead of a Vec.
  • Deprecate middleware::from_fn() now it has graduated to Actix Web.
  • Deprecate extract::ThinData now it has graduated to Actix Web.