Abdandon the template RestBasicClient.

This commit is contained in:
Chunting Gu
2019-02-01 14:50:06 +08:00
parent 360d09508e
commit ae9d4efcf1
9 changed files with 258 additions and 142 deletions
+2 -1
View File
@@ -29,7 +29,6 @@ set(HEADERS
logger.h
queue.h
rest_async_client.h
rest_basic_client.h
rest_client.h
rest_request_handler.h
rest_server.h
@@ -55,6 +54,7 @@ set(SOURCES
http_server.cc
logger.cc
rest_async_client.cc
rest_client.cc
rest_request_handler.cc
rest_service_manager.cc
rest_service.cc
@@ -70,6 +70,7 @@ if(WEBCC_ENABLE_SSL)
set(SOURCES ${SOURCES}
http_ssl_client.cc
rest_ssl_client.cc
)
endif()