Plack::Middleware::RemoveRedundantBody(3pm) | User Contributed Perl Documentation | Plack::Middleware::RemoveRedundantBody(3pm) |
Plack::Middleware::RemoveRedundantBody - Plack::Middleware which removes body for HTTP response if it's not required
version 0.07
use strict; use warnings; use Plack::Builder; my $app = sub { ... }; builder { enable "RemoveRedundantBody"; $app; };
This module removes body in HTTP response, if it's not required.
John Napiorkowski <jjn1056@yahoo.com>
Karen Etheridge <ether@cpan.org>
Aristotle Pagaltzis <pagaltzis@gmx.de>
Upasana <me@upasana.me>
This software is copyright (c) 2018 by Upasana.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2018-05-11 | perl v5.26.2 |