Module actix_web::fs

source ·
Expand description

Static files support

Structs

Default content disposition as described in StaticFileConfig
A directory; responds with the generated directory listing.
A file with an associated name.
Static files handling

Traits

Describes StaticFiles configiration

Functions

Return the MIME type associated with a filename extension (case-insensitive). If ext is empty or no associated type for the extension was found, returns the type application/octet-stream.