Commit Graph
40 Commits
Author SHA1 Message Date
UnknownObject 74685e4c24 优化文件上传速度,增加请求头预校验功能 2026-08-05 11:44:57 +08:00
Chunting Gu 28ae628d56 rework client classes 2021-06-23 11:13:03 +08:00
Chunting Gu d294cda3c1 extract a new class SslClient 2021-06-23 10:03:11 +08:00
Chunting Gu e27338854c fix ssl handshake and parsing issues 2021-06-15 17:09:04 +08:00
Chunting Gu 7f345b7a4e fix build option issues; refine cmake 2021-02-05 14:12:26 +08:00
Chunting Gu 3d7b66f911 remove zlib from third_party, find it by cmake find_package() 2020-09-01 14:41:01 +08:00
Chunting Gu d49db1ec9c switch asio from standalone to boost 2020-08-31 14:57:47 +08:00
Chunting Gu 6adf0ae93a update screenshots for build instruction 2020-02-22 15:41:00 +08:00
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 2020-02-20 10:43:46 +08:00
Chunting Gu 2a868c4dc1 Add an option to disable GZIP. 2019-04-22 14:43:46 +08:00
Chunting Gu e63dc748ab Remove SOAP support 2019-04-16 13:04:42 +08:00
Chunting Gu a96109c3b7 Remove HttpFile to FormPart; refine payload prepare. 2019-04-12 14:18:23 +08:00
Chunting Gu 5c465a1e2d Support file upload in server side. 2019-04-11 17:35:09 +08:00
Chunting Gu 5f9532759e Refine files upload. 2019-04-10 13:48:33 +08:00
Chunting Gu 18db152419 Add base64 encode and decode. 2019-03-27 14:06:22 +08:00
Chunting Gu 6c5dedb807 Support persistent connection for server. 2019-03-25 18:16:58 +08:00
Chunting Gu da1dbbb073 Add HttpRequestBuilder to replace HttpRequestArgs 2019-03-22 10:17:27 +08:00
Chunting Gu 5f64f3bb62 Add zlib to support content-encoding (gzip, deflate) 2019-03-19 09:36:35 +08:00
Chunting Gu 616f5a3f5e Reorganize examples; fix soap issues. 2019-03-15 14:40:36 +08:00
Chunting Gu 901b2902a2 Merge HttpClient and HttpSslClient; draft of client connection pool. 2019-03-11 14:44:52 +08:00
Chunting Gu 31d0ea3c9d Cleanup async client APIs. 2019-03-07 16:02:49 +08:00
Chunting Gu ffa0794926 Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 2019-03-06 13:46:19 +08:00
Chunting Gu 9b8304f06c Initial client API V2 2019-03-06 11:13:33 +08:00
Chunting Gu 43eaf90621 Add a base class for http async clients; refine examples. 2019-02-12 17:06:26 +08:00
Chunting Gu 9ecec5de0b Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 2019-02-11 14:56:45 +08:00
Chunting Gu 3e60c76da1 Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 2019-02-11 12:46:27 +08:00
Chunting Gu ae9d4efcf1 Abdandon the template RestBasicClient. 2019-02-01 14:50:06 +08:00
Chunting Gu 8c53b24bb7 Add config.h.in which produces the config.h on CMake configure. 2018-11-20 17:04:47 +08:00
Chunting Gu 964d21748a Rename BasicRestClient to RestBasicClient. 2018-11-13 13:00:23 +08:00
Chunting Gu c424e2b690 Add an option allowing to switch off CMake install. 2018-10-18 10:31:05 +08:00
Chunting Gu d159ce46bf Add RestSslClient; add User-Agent header. 2018-10-11 12:47:47 +08:00
Chunting Gu 87ead87527 Rename HttpConnection to HttpSession; refine error messages. 2018-09-10 10:31:41 +08:00
Chunting Gu d2e2935f9d Move soap specific definitions to separate files 2018-09-05 15:59:21 +08:00
Adam Gu 31cfac65e8 Encode URL queries. 2018-08-10 10:22:06 +08:00
Chunting Gu 1b7e1378b4 Replace boost thread with std thread for queue; refine cmake files. 2018-08-04 11:32:29 +08:00
Adam Gu ab781a691f Add SoapAsyncClient. 2018-08-03 16:59:23 +08:00
Adam Gu 6809ab7d2a Basic CMake installation. 2018-08-03 09:42:46 +08:00
Adam Gu 3693d881c7 Refacotring; support HTTPs client. 2018-07-30 15:03:02 +08:00
Adam Gu 223e59cc7a Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 2018-07-19 11:19:51 +08:00
Adam Gu 88511caff6 Reorganize folder structure. 2018-07-06 13:59:16 +08:00