Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

A Plack app that serves directories but understands index.html.

Awesome Lists containing this project

README

        

# Plack::App::DirectoryIndex

[![Build Status](https://github.com/davorg-cpan/plack-app-directoryindex/actions/workflows/perltest.yml/badge.svg?branch=main)](https://github.com/davorg-cpan/plack-app-directoryindex/actions/workflows/perltest.yml) [![Coverage Status](https://coveralls.io/repos/github/davorg-cpan/plack-app-directoryindex/badge.svg?branch=main)](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.