Plack::Middleware::ContentMD5 - Automatically sets the Content-MD5 header on all String bodies

NAME  SYNOPSIS  DESCRIPTION  AUTHOR 

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


Updated 2024-01-29 - jenkler.se | uex.se