about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Lapworth <leo@cuckoo.org>2011-04-14 17:32:55 +0100
committerLeo Lapworth <leo@cuckoo.org>2011-04-14 17:32:55 +0100
commitd98d261bf6fab8d141d037833a4559cfb5b1a912 (patch)
tree036c1fd9f251af47387c06ca9da5b2b3b77fb0e3
parentAdd check_last_modified_header option - do not add ETag if Last-Modified set (diff)
downloadplack-middleware-etag-d98d261bf6fab8d141d037833a4559cfb5b1a912.tar.gz
Update README as well
-rw-r--r--README4
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>