summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2023-07-01 12:18:22 +0800
committerZhidao HONG <z.hong@f5.com>2023-07-01 12:18:22 +0800
commit458722df55bb9727680b7734e7fff8fb5639db28 (patch)
tree6f1d628a50e94fd784eaebeefd3f049e3b475dcf /docs/changes.xml
parentc61ccec7b4926476b2188092e25990e433332688 (diff)
downloadunit-458722df55bb9727680b7734e7fff8fb5639db28.tar.gz
unit-458722df55bb9727680b7734e7fff8fb5639db28.tar.bz2
Var: supported HTTP response header variables.
This commit adds the variable $response_header_NAME.
Diffstat (limited to '')
-rw-r--r--docs/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 2522b823..b2c70376 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -38,6 +38,12 @@ njs updated to 0.8.0.
</para>
</change>
+<change type="feature">
+<para>
+ability to get the HTTP response header variables.
+</para>
+</change>
+
<change type="bugfix">
<para>
ensure that $uri variable is not cached.