Var: supported HTTP response header variables.
This commit adds the variable $response_header_NAME.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user