Plack::Middleware::RemoveRedundantBody - Plack::Middleware which removes body for HTTP response if it's
Contents
Contributors
John Napiorkowski <jjn1056@yahoo.com>
Karen Etheridge <ether@cpan.org>
Aristotle Pagaltzis <pagaltzis@gmx.de>
Tomohiro Hosaka <hello@bokut.in>
Robert Rothenberg <rrwo@cpan.org>
Copyright And License
This software is copyright (c) 2019 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.
perl v5.36.0 2022-10-14 Plack::Middlewa...veRedundantBody(3pm)
Description
This module removes body in HTTP response, if it's not required.
Name
Plack::Middleware::RemoveRedundantBody - Plack::Middleware which removes body for HTTP response if it's
not required
Synopsis
use strict;
use warnings;
use Plack::Builder;
my $app = sub { ... };
builder {
enable "RemoveRedundantBody";
$app;
};
Version
version 0.09
