Index of the cachecontrol module
-
m
webob.cachecontrol
...
- Represents the Cache-Control header
- a need_quote_re ...
- a token_re ...
-
C
CacheControl
...
- Represents the Cache-Control header.
- a min_fresh ...
- a max_age ...
- a no_store ...
- a s_max_age ...
- a must_revalidate ...
- a max_stale ...
- a private ...
- a only_if_cached ...
- a no_cache ...
- a no_transform ...
- a proxy_revalidate ...
- a public ...
- f parse ... - Parse the header, returning a CacheControl object.
- f copy ... - Returns a copy of this object.
- f __init__ ...
- C value_property ... - Represents a property that has a value in the Cache-Control header.
- C exists_property ... - Represents a property that either is listed in the Cache-Control header, or is not listed (has no value)
- f serialize_cache_control ...