Module http_serve::dir [−][src]
This is supported on crate feature
dir only.Expand description
Directory traversal on local filesystems.
Currently Unix-only. Gated behind the dir feature.
Structs
A base directory for local filesystem traversal.
A builder for a FsDir.
An opened path (aka inode on Unix) as returned by FsDir::open.