Remove HttpFile to FormPart; refine payload prepare.

This commit is contained in:
Chunting Gu
2019-04-12 14:18:23 +08:00
parent 80d0c73617
commit a96109c3b7
24 changed files with 451 additions and 316 deletions
-2
View File
@@ -22,7 +22,6 @@ set(HEADERS
http_client_session.h
http_connection.h
http_connection_pool.h
http_file.h
http_message.h
http_parser.h
http_request.h
@@ -53,7 +52,6 @@ set(SOURCES
http_client_session.cc
http_connection.cc
http_connection_pool.cc
http_file.cc
http_message.cc
http_parser.cc
http_request.cc