Module actix_web::fs [] [src]

Static files support.

Structs

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

Enums

FilesystemElement

This enum represents all filesystem elements.