Initial routing implementation.

This commit is contained in:
Igor Sysoev
2019-02-27 16:41:11 +03:00
parent 95c9bba33b
commit d4ccaae900
6 changed files with 979 additions and 40 deletions

View File

@@ -82,6 +82,7 @@ NXT_LIB_SRCS=" \
src/nxt_http_request.c \
src/nxt_http_response.c \
src/nxt_http_error.c \
src/nxt_http_route.c \
src/nxt_application.c \
src/nxt_external.c \
src/nxt_port_hash.c \