47 releases
0.6.6 | Jun 9, 2024 |
---|---|
0.6.5 | Jan 10, 2024 |
0.6.2 | Jul 23, 2022 |
0.6.0 | Feb 25, 2022 |
0.1.0-alpha.1 | Mar 28, 2019 |
#596 in HTTP server
177,560 downloads per month
Used in 221 crates
(182 directly)
1.5MB
35K
SLoC
actix-files
Static file serving for Actix Web.
Provides a non-blocking service for serving static files from disk.
Examples
use actix_web::App;
use actix_files::Files;
let app = App::new()
.service(Files::new("/static", ".").prefer_utf8(true));
Dependencies
~14–25MB
~410K SLoC