From 458722df55bb9727680b7734e7fff8fb5639db28 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Sat, 1 Jul 2023 12:18:22 +0800 Subject: Var: supported HTTP response header variables. This commit adds the variable $response_header_NAME. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') 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. + + +ability to get the HTTP response header variables. + + + ensure that $uri variable is not cached. -- cgit