actix-web: v4.12.0
Short announcement
We've started GitHub Sponsors: https://github.com/sponsors/actix
Support our development!
v4.12.0
actix_web::response::builder::HttpResponseBuilder::streaming()now setsContent-Typetoapplication/octet-streamifContent-Typedoes not exist.actix_web::response::builder::HttpResponseBuilder::streaming()now callsactix_web::response::builder::HttpResponseBuilder::no_chunking()and returnsSizedStreamifContent-Lengthis set by user.- Add
wscrate feature (on-by-default) which forwards toactix-httpand guards some of itsResponseErrorimpls.⚠️ if you usedefault-feature = falseand the web scoket feature, please make sure you enable thewsfeature.
- Add public export for
EitherExtractErrorinerrormodule.