diff options
author | Leo Lapworth <leo@cuckoo.org> | 2011-04-14 17:32:55 +0100 |
---|---|---|
committer | Leo Lapworth <leo@cuckoo.org> | 2011-04-14 17:32:55 +0100 |
commit | d98d261bf6fab8d141d037833a4559cfb5b1a912 (patch) | |
tree | 036c1fd9f251af47387c06ca9da5b2b3b77fb0e3 | |
parent | Add check_last_modified_header option - do not add ETag if Last-Modified set (diff) | |
download | plack-middleware-etag-d98d261bf6fab8d141d037833a4559cfb5b1a912.tar.gz |
Update README as well
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README index 54e00e4..df1e7fe 100644 --- a/README +++ b/README @@ -38,6 +38,10 @@ DESCRIPTION Will add "Cache-Control: must-revalidate, max-age=3600" to the headers. + + check_last_modified_header + + Will not add an ETag if there is already a Last-Modified header. AUTHOR franck cuny <franck@lumberjaph.net> |