Encode URL queries.

This commit is contained in:
Adam Gu
2018-08-10 10:22:06 +08:00
parent 87420871ba
commit 31cfac65e8
6 changed files with 113 additions and 21 deletions
-3
View File
@@ -47,9 +47,6 @@ if(WEBCC_BUILD_UNITTEST)
enable_testing()
endif()
# Adhere to GNU filesystem layout conventions.
include(GNUInstallDirs)
# Automatically detect _WIN32_WINNT for Asio.
# See: https://stackoverflow.com/a/40217291
if(WIN32)