FreeBSD Manual Pages
Plack::Middleware::ConUserMContributed Perl DoPlack::Middleware::ContentMD5(3) NAME Plack::Middleware::ContentMD5 - Automatically sets the Content-MD5 header on all String bodies SYNOPSIS use Plack::Builder; my $app = sub { return [ 200, [ 'Content-Type' => 'text/plain' ], [ 'Hello Foo' ] ]; }; builder { enable "Plack::Middleware::ContentMD5"; $app; }; DESCRIPTION Automatically sets the Content-MD5 header on all String bodies AUTHOR Fayland Lam perl v5.32.0 2018-02-10 Plack::Middleware::ContentMD5(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plack::Middleware::ContentMD5&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>