Struct actix_web::fs::DefaultConfig[][src]

pub struct DefaultConfig;

Default content disposition as described in StaticFileConfig

Trait Implementations

impl Default for DefaultConfig
[src]

Returns the "default value" for a type. Read more

impl StaticFileConfig for DefaultConfig
[src]

Describes mapping for mime type to content disposition header Read more

Describes whether Actix should attempt to calculate ETag Read more

Describes whether Actix should use last modified date of file. Read more

Describes allowed methods to access static resources. Read more

Auto Trait Implementations

impl Send for DefaultConfig

impl Sync for DefaultConfig