Move common http tool code to http_common

This commit is contained in:
William Wennerström
2020-07-21 10:34:29 +02:00
parent 7a1eb730b1
commit 3d344cfeaa
7 changed files with 156 additions and 53 deletions

View File

@@ -41,6 +41,8 @@ core_sources = \
src/command/cmd_ac.h src/command/cmd_ac.c \
src/tools/parser.c \
src/tools/parser.h \
src/tools/http_common.c \
src/tools/http_common.h \
src/tools/http_upload.c \
src/tools/http_upload.h \
src/tools/http_download.c \