NAME Plack::Middleware::RequestHeaders - modify HTTP request headers VERSION version 0.04 SYNOPSIS enable 'RequestHeaders', set => ['Accept-Encoding' => 'identity'], unset => ['Authorization']; DESCRIPTION This middleware allows the modification of HTTP request headers. For instance, util for use with Plack::App::Proxy. ACKNOWLEDGMENT Initial development sponsored by 123people Internetservices GmbH - SEE ALSO Plack::Middleware::Header, Plack::Middleware, Plack::Builder AUTHOR Wallace Reis COPYRIGHT AND LICENSE This software is copyright (c) 2013 by Wallace Reis. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.