Language

Package: perl-catalyst-plugin-static-simple @ 0.36

Synopsis

Simple serving of static pages

Description

The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without requiring a single line of code from you. This plugin detects static files by looking at the file extension in the URL (such as .css or .png or .js). The plugin uses the lightweight MIME::Types module to map file extensions to IANA-registered MIME types, and will serve your static files with the correct MIME type directly to the browser, without being processed through Catalyst.

Home page
https://metacpan.org/release/Catalyst-Plugin-Static-Simple
Location
gnu/packages/web.scm (line: 2640, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings