Change Log

This commit is contained in:
Wyatt Herkamp 2023-08-22 09:18:37 -04:00
parent 0d65419013
commit 06590338bd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- Add `web::Payload::to_bytes[_limited]()` helper methods.
- Add missing constructors on `HttpResponse` for several status codes.
- Add `http::header::ContentLength` typed header.
- Add Implement Default and serde::Deserialize for 'actix_web::Data'
### Changed