Merge HttpClient and HttpSslClient; draft of client connection pool.

This commit is contained in:
Chunting Gu
2019-03-11 14:44:52 +08:00
parent 0db366bfe0
commit 901b2902a2
14 changed files with 669 additions and 524 deletions
+4 -4
View File
@@ -15,8 +15,8 @@ include(GNUInstallDirs)
set(HEADERS
globals.h
http_client_base.h
http_client.h
http_client_pool.h
http_client_session.h
http_connection.h
http_message.h
@@ -28,7 +28,7 @@ set(HEADERS
http_response.h
http_response_parser.h
http_server.h
http_ssl_client.h
http_socket.h
queue.h
url.h
utility.h
@@ -37,8 +37,8 @@ set(HEADERS
set(SOURCES
globals.cc
http_client_base.cc
http_client.cc
http_client_pool.cc
http_client_session.cc
http_connection.cc
http_message.cc
@@ -49,7 +49,7 @@ set(SOURCES
http_response.cc
http_response_parser.cc
http_server.cc
http_ssl_client.cc
http_socket.cc
logger.cc
url.cc
utility.cc