| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| actix-web_ v4.14.0 source code.tar.gz | 2026-06-21 | 640.5 kB | |
| actix-web_ v4.14.0 source code.zip | 2026-06-21 | 859.8 kB | |
| README.md | 2026-06-21 | 1.2 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
4.14.0
- Add
HttpRequest::{cookies_raw,cookie_raw}andServiceRequest::{cookies_raw,cookie_raw}for reading request cookies without percent-decoding names and values. #3542 - Enable dual-stack IPv6 sockets on Windows when possible so that Actix-created listeners bound to
[::]also accept IPv4 connections. - Panic when calling
Route::to()orRoute::service()afterRoute::wrap()to prevent silently dropping route middleware. #3944 - Fix
HttpRequest::{match_pattern,match_name}reporting path-only matches when route guards disambiguate overlapping resources. #3346 - Fix
Readlineshandling of lines split across payload chunks so combined line limits are enforced and complete lines are yielded. - Fix app data being retained after graceful shutdown with in-flight slow request bodies. #3100
- Update
foldhashdependency to0.2. - Update
randdependency to0.10. - Update
impl-moredependency to0.3. - Add
HttpServer::h1_write_buffer_size().