|
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
Visit the GSP FreeBSD Man Page Interface. |