debian man page for plack::middleware::contentmd5

Query: plack::middleware::contentmd5

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plack::Middleware::ContentMD5(3pm)			User Contributed Perl Documentation			Plack::Middleware::ContentMD5(3pm)

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.14.2 2011-02-27 Plack::Middleware::ContentMD5(3pm)
Related Man Pages
plack::builder(3pm) - debian
plack::middleware::auth::basic(3pm) - debian
plack::middleware::expires(3pm) - debian
plack::middleware::lint(3pm) - debian
plack::session::state::cookie(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph