diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2019-09-26 13:58:14 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-10 19:30:51 +0200 |
| commit | ed112fadc1cfa400dbee6080bf82fd7536ea4c72 (patch) | |
| tree | dc96114d797f815577a61c12abc899dbb8307277 /docs/topics | |
| parent | 2a6f45e08e8cb8c7e5157915c378b453109424d2 (diff) | |
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/cache.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 2bd25afd42..ce030d4221 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -1277,6 +1277,7 @@ Here are some more examples: * ``no_transform=True`` * ``must_revalidate=True`` * ``stale_while_revalidate=num_seconds`` +* ``no_cache=True`` The full list of known directives can be found in the `IANA registry`_ (note that not all of them apply to responses). |
