1Plack::Middleware::RemoUvseeRredCuonndtarnitbBuotdeydP(l3Pa)ecrkl::DMoicdudmleenwtaartei:o:nRemoveRedundantBody(3)
2
3
4
6 Plack::Middleware::RemoveRedundantBody - Plack::Middleware which
7 removes body for HTTP response if it's not required
8
10 version 0.07
11
13 use strict;
14 use warnings;
15
16 use Plack::Builder;
17
18 my $app = sub { ... };
19
20 builder {
21 enable "RemoveRedundantBody";
22 $app;
23 };
24
26 This module removes body in HTTP response, if it's not required.
27
29 John Napiorkowski <jjn1056@yahoo.com>
30
31 Karen Etheridge <ether@cpan.org>
32
33 Aristotle Pagaltzis <pagaltzis@gmx.de>
34
36 Upasana <me@upasana.me>
37
39 This software is copyright (c) 2018 by Upasana.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.28.0 2018P-l0a2c-k2:6:Middleware::RemoveRedundantBody(3)