https://github.com/davorg-cpan/plack-app-directoryindex
A Plack app that serves directories but understands index.html.
https://github.com/davorg-cpan/plack-app-directoryindex
cpan hacktoberfest perl
Last synced: 4 months ago
JSON representation
A Plack app that serves directories but understands index.html.
- Host: GitHub
- URL: https://github.com/davorg-cpan/plack-app-directoryindex
- Owner: davorg-cpan
- Created: 2020-12-09T15:25:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T21:39:20.000Z (over 2 years ago)
- Last Synced: 2024-12-28T03:21:40.164Z (over 1 year ago)
- Topics: cpan, hacktoberfest, perl
- Language: Perl
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Plack::App::DirectoryIndex
[](https://github.com/davorg-cpan/plack-app-directoryindex/actions/workflows/perltest.yml) [](https://coveralls.io/github/davorg-cpan/plack-app-directoryindex?branch=main)
A subclass of Plack::App::Directory that will look for a default
index file (i.e. index.html) and serve that if it exists.