HomeSort by relevance Sort by last modified time
    Searched refs:s_maxage (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
cachecontrol.py 203 s_maxage = value_property('s-maxage', type='response') variable in class:CacheControl
204 s_max_age = s_maxage
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpheaders.py 677 ``s_maxage``
715 no_store=False, max_age=None, s_maxage=None,
718 assert isinstance(s_maxage, (type(None), int))
722 assert not public and not no_cache and not s_maxage
738 if s_maxage is not None:
739 result.append('s-maxage=%d' % s_maxage)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 47 res = build(max_age=60,s_maxage=30)

Completed in 144 milliseconds