The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Middleware::LowerUrl - Make everything lower!

SYNOPSIS

    use Plack::Builder;

    builder {
        enable "Plack::Middleware::LowerUrl";
        $app;
    };

DESCRIPTION

Plack::Middleware::LowerUrl will just make the REQUEST_URI and PATH_INFO lower. It will skip over any passed in parameters.

SEE ALSO

Plack, Plack::Middleware

AUTHOR

Logan Bell, <logie@cpan.org>

COPYRIGHT & LICENSE

Copyright 2013, Logan Bell

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