refactor to use beast
This commit is contained in:
parent
2a4e32a274
commit
656ddf2941
12 changed files with 177 additions and 150 deletions
|
|
@ -9,7 +9,9 @@ set(BUILD_SHARED_LIBS OFF)
|
|||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/includes)
|
||||
add_executable(Application src/main.cpp
|
||||
src/tcp_connection.cpp
|
||||
src/http_connection.cpp
|
||||
src/http_server.cpp
|
||||
src/request_handler.cpp
|
||||
)
|
||||
|
||||
find_package(Boost REQUIRED COMPONENTS filesystem system)
|
||||
|
|
|
|||
Reference in a new issue