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

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.