Home
last modified time | relevance | path

Searched refs:value_property (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcachecontrol.py96 class value_property(object): class
189 max_stale = value_property('max-stale', none='*', type='request')
190 min_fresh = value_property('min-fresh', type='request')
196 private = value_property('private', none='*', type='response')
197 no_cache = value_property('no-cache', none='*')
202 max_age = value_property('max-age', none=-1)
203 s_maxage = value_property('s-maxage', type='response')
205 stale_while_revalidate = value_property(
207 stale_if_error = value_property('stale-if-error', type='response')