Var: supported HTTP response header variables.

This commit adds the variable $response_header_NAME.
This commit is contained in:
Zhidao HONG
2023-07-01 12:18:22 +08:00
parent c61ccec7b4
commit 458722df55
4 changed files with 222 additions and 6 deletions

View File

@@ -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.