diff options
Diffstat (limited to 'src/webob/cachecontrol.py')
-rw-r--r-- | src/webob/cachecontrol.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webob/cachecontrol.py b/src/webob/cachecontrol.py index 9176ec9..45df7ba 100644 --- a/src/webob/cachecontrol.py +++ b/src/webob/cachecontrol.py @@ -205,6 +205,7 @@ class CacheControl(object): stale_while_revalidate = value_property( 'stale-while-revalidate', type='response') stale_if_error = value_property('stale-if-error', type='response') + immutable = exists_property('immutable', type='response') def __str__(self): return serialize_cache_control(self.properties) |