From c61ccec7b4926476b2188092e25990e433332688 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Mon, 19 Jun 2023 16:29:22 +0800 Subject: Variables refactoring. This commit is to reimplement the variables with an unknown field such as $header_{name} to make the parsing more generic, it's a preparation for supporting response header variables. --- src/nxt_main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index a7e0c283..aa96256e 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -68,6 +68,8 @@ typedef uint16_t nxt_port_id_t; #include #include + +typedef struct nxt_tstr_state_s nxt_tstr_state_t; #include #include -- cgit