Idea: add optional directory listing feature
Open
enhancement
- Dominant language
- Rust
- Stars
- 66
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Currently, `staticfile` doesn't handle anything other than files. This means that if the URL points to a directory, `staticfile` will either serve a `index.html` file or it will return an error. I think it would be useful to provide a directory listing feature in cases where there is no `index.html`. Would this fit the scope of `staticfile`?
Contributor guide
Assessment
This issue has not been assessed yet.