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 use
default-feature = falseand the web scoket feature, please make sure you enable thewsfeature.
- ⚠️ if you use
- Add public export for
EitherExtractErrorinerrormodule.