-
-
15 Jul 2019 18:07:59 UTC
- Distribution: Plack-Middleware-RemoveRedundantBody
- Module version: 0.09
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (6020 / 0 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Plack::Middleware::RemoveRedundantBody - Plack::Middleware which removes body for HTTP response if it's not required
VERSION
version 0.09
SYNOPSIS
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.
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>
AUTHOR
Upasana <me@upasana.me>
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.
Module Install Instructions
To install Plack::Middleware::RemoveRedundantBody, copy and paste the appropriate command in to your terminal.
cpanm Plack::Middleware::RemoveRedundantBody
perl -MCPAN -e shell install Plack::Middleware::RemoveRedundantBody
For more information on module installation, please visit the detailed CPAN module installation guide.