Remove http version; refine sending request and error handling.

This commit is contained in:
Adam Gu
2018-01-15 16:42:24 +08:00
parent ab4555d58d
commit f43b1d0c36
27 changed files with 207 additions and 269 deletions
+1
View File
@@ -15,6 +15,7 @@ if(MSVC)
add_definitions(-D_WIN32_WINNT=0x0601)
endif()
# Boost version: 1.66+
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost)
if(Boost_FOUND)