logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plack::Middleware::RemoveRedundantBody - Plack::Middleware which removes body for HTTP response if it's

Author

       Upasana <me@upasana.me>

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>

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

See Also