Var: supported HTTP response header variables.

This commit adds the variable $response_header_NAME.
This commit is contained in:
Zhidao HONG
2023-07-01 12:18:22 +08:00
parent c61ccec7b4
commit 458722df55
4 changed files with 222 additions and 6 deletions

View File

@@ -51,4 +51,7 @@ struct nxt_h1proto_s {
nxt_conn_t *conn;
};
#define nxt_h1p_is_http11(h1p) \
((h1p)->parser.version.s.minor != '0')
#endif /* _NXT_H1PROTO_H_INCLUDED_ */