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
@@ -5,6 +5,9 @@ if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()
# Adhere to GNU filesystem layout conventions.
include(GNUInstallDirs)
set(HEADERS
globals.h
http_async_client.h