Module actix_web::fs [] [src]

Static files support

Structs

ChunkedReadFile

A helper created from a std::fs::File which reads the file chunk-by-chunk on a CpuPool.

Directory

A directory; responds with the generated directory listing.

NamedFile

A file with an associated name; responds with the Content-Type based on the file extension.

StaticFiles

Static files handling