summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_return.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-20http: Refactor return actionZhidao HONG1-28/+13
2022-11-20Basic njs support.Zhidao HONG1-1/+1
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-13/+17
2022-07-14Var: dynamic variables support.Zhidao HONG1-2/+5
2022-05-17Wrapped debug code in '#if (NXT_DEBUG)'.Alejandro Colomar1-1/+4
2022-05-17Fixed memcpy(dest, NULL, 0) Undefined Behavior.Alejandro Colomar1-1/+1
2022-05-16Supporting empty Location URIs.Alejandro Colomar1-28/+25
2022-04-28Supporting variables in "location".Alejandro Colomar1-37/+146
2021-05-24Router: split nxt_http_return_conf_t from nxt_http_action_t.Zhidao HONG1-11/+72
2020-03-21Implemented "location" option for "return" action.Valentin Bartenev1-0/+15
2020-03-27Implemented "return" action.Valentin Bartenev1-0/+42