plack::middleware::conditionalget(3pm) debian man page | unix.com

Man Page: plack::middleware::conditionalget

Operating Environment: debian

Section: 3pm

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

NAME
Plack::Middleware::ConditionalGET - Middleware to enable conditional GET
SYNOPSIS
builder { enable "ConditionalGET"; .... };
DESCRIPTION
This middleware enables conditional GET and HEAD using "If-None-Match" and "If-Modified-Since" header. The application should set either or both of "Last-Modified" or "ETag" response headers per RFC 2616. When either of the conditions is met, the response body is set to be zero length and the status is set to 304 Not Modified.
SEE ALSO
Rack::ConditionalGet perl v5.14.2 2012-05-17 Plack::Middleware::ConditionalGET(3pm)
Related Man Pages
plack::builder(3pm) - debian
plack::middleware(3pm) - debian
plack::middleware::accesslog(3pm) - debian
plack::middleware::auth::basic(3pm) - debian
plack::middleware::static(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph