VERSION
version 0.05SYNOPSIS
use strict;
use warnings;
use Plack::Builder;
my $app = sub { ... };
builder {
enable "RemoveRedundantBody";
$app;
};
DESCRIPTION
This module removes body in HTTP response, if it's not required.AUTHOR
Upasana <[email protected]>COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.

