Move files around
This commit is contained in:
@@ -13,21 +13,21 @@ SOURCES += \
|
|||||||
uSockets/src/loop.c
|
uSockets/src/loop.c
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
src/new_design/HttpRouter.h \
|
src/HttpRouter.h \
|
||||||
src/new_design/HttpParser.h \
|
src/HttpParser.h \
|
||||||
src/websocket/libwshandshake.hpp \
|
src/websocket/libwshandshake.hpp \
|
||||||
src/websocket/WebSocketProtocol.h \
|
src/websocket/WebSocketProtocol.h \
|
||||||
src/websocket/WebSocket.h \
|
src/websocket/WebSocket.h \
|
||||||
src/websocket/WebSocketApp.h \
|
src/websocket/WebSocketApp.h \
|
||||||
src/new_design/HttpContext.h \
|
src/HttpContext.h \
|
||||||
src/new_design/HttpContextData.h \
|
src/HttpContextData.h \
|
||||||
src/new_design/HttpResponseData.h \
|
src/HttpResponseData.h \
|
||||||
src/new_design/HttpResponse.h \
|
src/HttpResponse.h \
|
||||||
src/new_design/StaticDispatch.h \
|
src/StaticDispatch.h \
|
||||||
src/new_design/LoopData.h \
|
src/LoopData.h \
|
||||||
src/new_design/AsyncSocket.h \
|
src/AsyncSocket.h \
|
||||||
src/new_design/AsyncSocketData.h \
|
src/AsyncSocketData.h \
|
||||||
src/new_design/Loop.h
|
src/Loop.h
|
||||||
|
|
||||||
INCLUDEPATH += uSockets/src src
|
INCLUDEPATH += uSockets/src src
|
||||||
QMAKE_CXXFLAGS += -fsanitize=address
|
QMAKE_CXXFLAGS += -fsanitize=address
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ std::string_view getFile(std::string_view file) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "new_design/HttpContext.h"
|
#include "HttpContext.h"
|
||||||
#include "new_design/HttpResponse.h"
|
#include "HttpResponse.h"
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user