Refine logger; add UrlQuery for query parameters.

This commit is contained in:
Adam Gu
2018-05-11 17:14:32 +08:00
parent 2496862fa0
commit b6ebba771b
20 changed files with 149 additions and 89 deletions
+1
View File
@@ -19,6 +19,7 @@ if(WEBCC_BUILD_UNITTEST)
enable_testing()
endif()
# Automatically detect _WIN32_WINNT for Asio.
# See: https://stackoverflow.com/a/40217291
if(WIN32)
macro(get_WIN32_WINNT version)