HTTP: controlling response headers support.

This commit is contained in:
Zhidao HONG
2023-08-09 14:37:16 +08:00
parent 9f04d6db63
commit a28bef097c
8 changed files with 245 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ NXT_LIB_SRCS=" \
src/nxt_http_route.c \
src/nxt_http_route_addr.c \
src/nxt_http_rewrite.c \
src/nxt_http_set_headers.c \
src/nxt_http_return.c \
src/nxt_http_static.c \
src/nxt_http_proxy.c \