FreeBSD Manual Pages
Plack::Middleware::FixUseriContributed:PerllDoare::FixMissingBodyInRedirect(3) NAME Plack::Middleware::FixMissingBodyInRedirect - Plack::Middleware which sets body for redirect response, if it's not already set VERSION version 0.12 SYNOPSIS use strict; use warnings; use Plack::Builder; my $app = sub { ... }; builder { enable "FixMissingBodyInRedirect"; $app; }; DESCRIPTION This module sets body in redirect response, if it's not already set. CONTRIBUTORS John Napiorkowski <jjn1056@yahoo.com> Graham Knop <haarg@haarg.org> n0body, Mark Ellis <m@rkellis.com> ether, Karen Etheridge <ether@cpan.org> AUTHOR Upasana <me@upasana.me> 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. perl v5.32.1 Plack::Middleware::FixMissingBodyInRedirect(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | CONTRIBUTORS | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plack::Middleware::FixMissingBodyInRedirect&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>