Initial streams support

This commit is contained in:
Alex Hultman
2018-06-24 01:47:58 +02:00
parent 0cbccaf08e
commit 377d1b3ee0
6 changed files with 90 additions and 70 deletions
+3 -2
View File
@@ -13,11 +13,12 @@ SOURCES += \
uSockets/src/loop.c
HEADERS += \
src/Http.h \
src/uWS.h \
src/HttpRouter.h \
src/Loop.h \
src/App.h
src/App.h \
src/HttpRequest.h \
src/HttpSocket.h
INCLUDEPATH += uSockets/src src
#QMAKE_CXXFLAGS += -fsanitize=address