Plack::Middleware::FixMissingBodyInRedirect(3pm) | User Contributed Perl Documentation | Plack::Middleware::FixMissingBodyInRedirect(3pm) |
Plack::Middleware::FixMissingBodyInRedirect - Plack::Middleware which sets body for redirect response, if it's not already set
version 0.12
use strict; use warnings; use Plack::Builder; my $app = sub { ... }; builder { enable "FixMissingBodyInRedirect"; $app; };
This module sets body in redirect response, if it's not already set.
John Napiorkowski <jjn1056@yahoo.com>
Graham Knop <haarg@haarg.org>
n0body, Mark Ellis <m@rkellis.com>
ether, Karen Etheridge <ether@cpan.org>
Upasana <me@upasana.me>
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.
2022-06-16 | perl v5.34.0 |