The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Blosxom Plug-in: conditional_get

VERSION

0.01004 (2012/04/18)

SYNOPSIS

Enables condtional 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 according to 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.

NOTE: This plugin adds neither Last-Modified nor ETag response headers.

INSTALLATION

Drop the conditional_get plug-in into your Blosxom plugins folder.

DEPENDENCIES

Blosxom 2.0.0 or higher.

Blosxom::Header

SEE ALSO

Plack::Middleware::ConditionalGET

AUTHOR

Ryo Anazawa <anazawa@cpan.org>, https://github.com/anazawa/

LICENSE AND COPYRIGHT

Copyright (c) 2012 Ryo Anazawa. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

This program is distributed in the hope that it will we useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY of FITNESS FOR A PARTICULAR PURPOSE.