Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-14 | Var: dynamic variables support. | Zhidao HONG | 1 | -7/+21 | |
This commit adds the variables $arg_NAME, $header_NAME, and $cookie_NAME. | |||||
2022-06-15 | Var: relocated nxt_var_is_const() and nxt_var_raw(). | Zhidao HONG | 1 | -3/+3 | |
No functional changes. | |||||
2022-06-02 | Summary: Var: removing all async stuff. | Zhidao HONG | 1 | -1/+0 | |
No functional changes. | |||||
2021-09-28 | Static: variables in the "chroot" option. | Zhidao HONG | 1 | -1/+1 | |
2021-09-07 | Router: refactored variable pass. | Zhidao HONG | 1 | -0/+3 | |
Since the "pass" option supports both strings and variables, a generic nxt_var_t structure can be used in the configuration phase, and the "name" field in actions is redundant. No functional changes. | |||||
2020-08-13 | Basic variables support. | Valentin Bartenev | 1 | -0/+48 | |