Files
nginx-unit/docs
Zhidao HONG 33c6c4d4c0 NJS: variable access support
This commit introduces the 'vars' JavaScript object to NJS,
enabling direct access to native variables such as $uri and $arg_foo.
The syntax is `${vars.var_name}` or `${'vars[var_name]'}`.

For example:
    {
        "action": {
            "share": "`/www/html${vars.uri}`"
        }
    }
2024-02-20 06:09:23 +08:00
..
2017-10-19 17:48:58 +03:00
2024-02-20 06:09:23 +08:00
2022-09-05 10:42:18 +01:00