From a821c4b375ca91642dc4bce7f5da992b8f848847 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 29 Jul 2020 18:03:30 -0700 Subject: [PATCH] Document proxy.config.http.cache.post_method. This option allows people to cache responses to POST requests. Signed-off-by: David Calavera --- doc/admin-guide/files/records.config.en.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 7a49931c8c3..2afcbf08530 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -1945,6 +1945,12 @@ Cache Control Enables (``1``) or disables (``0``) caching of HTTP requests. +.. ts:cv:: CONFIG proxy.config.http.cache.post_method INT 0 + :reloadable: + :overridable: + + Enables (``1``) or disables (``0``) caching of HTTP POST requests. + .. ts:cv:: CONFIG proxy.config.http.cache.generation INT -1 :reloadable: :overridable: