Add an example for HttpBin.org

This commit is contained in:
Chunting Gu
2019-01-28 15:24:40 +08:00
parent c6717bd5ff
commit 7f16d30165
3 changed files with 70 additions and 0 deletions
+2
View File
@@ -141,6 +141,8 @@ if(WEBCC_ENABLE_EXAMPLES)
add_subdirectory(example/http_ssl_client)
add_subdirectory(example/rest_github_client)
endif()
add_subdirectory(example/http_bin_client)
endif()
if(WEBCC_ENABLE_UNITTEST)