Var: dynamic variables support.
This commit adds the variables $arg_NAME, $header_NAME, and $cookie_NAME.
This commit is contained in:
@@ -43,6 +43,7 @@ typedef struct {
|
||||
uint32_t threads;
|
||||
|
||||
nxt_mp_t *mem_pool;
|
||||
nxt_array_t *var_fields; /* of nxt_var_field_t */
|
||||
|
||||
nxt_router_t *router;
|
||||
nxt_http_routes_t *routes;
|
||||
|
||||
Reference in New Issue
Block a user