Struct dav_server::DavConfig [−][src]
pub struct DavConfig { /* fields omitted */ }Expand description
Configuration of the handler.
Implementations
Use the configuration that was built to generate a DavConfig.
Prefix to be stripped off before translating the rest of the request path to a filesystem path.
Set the filesystem to use.
Set the locksystem to use.
Which methods to allow (default is all methods).
Set the name of the “webdav principal”. This will be the owner of any created locks.
Hide symbolic links (default is true)
Does a GET on a directory produce a directory index.
Indexfile to show (index.html, usually).
Read buffer size in bytes
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DavConfig
impl !UnwindSafe for DavConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
