The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PAD - create PSGI app that serve filtered files

SYNOPSIS

    use PAD;
    my $pad = PAD->new(plugin => $class);
    my $app = $pad->psgi_app;

DESCRIPTION

PAD is useful HTTP server

AUTHOR

punytan <punytan@gmail.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.