Add RestSslClient; add User-Agent header.

This commit is contained in:
Chunting Gu
2018-10-11 12:47:47 +08:00
parent b02ea902c9
commit d159ce46bf
26 changed files with 232 additions and 169 deletions
+1
View File
@@ -160,6 +160,7 @@ if(WEBCC_BUILD_EXAMPLE)
if(WEBCC_ENABLE_SSL)
add_subdirectory(${PROJECT_SOURCE_DIR}/example/http_ssl_client)
add_subdirectory(${PROJECT_SOURCE_DIR}/example/rest_github_client)
endif()
endif()