Man Page: plack::middleware::contentmd5
Operating Environment: debian
Section: 3pm
Plack::Middleware::ContentMD5(3pm) User Contributed Perl Documentation Plack::Middleware::ContentMD5(3pm)NAMEPlack::Middleware::ContentMD5 - Automatically sets the Content-MD5 header on all String bodiesSYNOPSISuse Plack::Builder; my $app = sub { return [ 200, [ 'Content-Type' => 'text/plain' ], [ 'Hello Foo' ] ]; }; builder { enable "Plack::Middleware::ContentMD5"; $app; };DESCRIPTIONAutomatically sets the Content-MD5 header on all String bodiesAUTHORFayland Lam perl v5.14.2 2011-02-27 Plack::Middleware::ContentMD5(3pm)
| Related Man Pages |
|---|
| plack::builder(3pm) - debian |
| plack::middleware(3pm) - debian |
| plack::middleware::auth::basic(3pm) - debian |
| plack::middleware::session(3pm) - debian |
| plack::session(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |