[−][src]Module actix_web::fs
Static files support
Structs
DefaultConfig | Default content disposition as described in StaticFileConfig |
Directory | A directory; responds with the generated directory listing. |
NamedFile | A file with an associated name. |
StaticFiles | Static files handling |
Traits
StaticFileConfig | Describes |
Functions
file_extension_to_mime | Return the MIME type associated with a filename extension (case-insensitive).
If |