Move HttpParser into own module

This commit is contained in:
Alex Hultman
2018-06-30 00:17:31 +02:00
parent aea255f72c
commit 999ae69bed
6 changed files with 226 additions and 208 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ HEADERS += \
src/HttpRouter.h \
src/Loop.h \
src/App.h \
src/HttpRequest.h \
src/HttpSocket.h
src/HttpSocket.h \
src/HttpParser.h
INCLUDEPATH += uSockets/src src
#QMAKE_CXXFLAGS += -fsanitize=address