Skip to content

logie17/Plack-Middleware-LowerUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages