Commit Graph
249 Commits
Author SHA1 Message Date
Chunting Gu d906470a4a Support request and response compression. 2019-03-20 17:47:45 +08:00
Chunting Gu f6c305d266 Add keep_alive() to HttpClientArgs 2019-03-19 16:38:29 +08:00
Chunting Gu 5853f39ac3 Stop deadline timer once start to read response. 2019-03-19 16:19:37 +08:00
Chunting Gu 99e02927b7 Reconnect and retry the request if server has closed the reused connection. 2019-03-19 15:34:54 +08:00
Chunting Gu 3566b1d98b Add timeout setting HttpClientSession. 2019-03-19 12:37:15 +08:00
Chunting Gu 53fb2a92c9 Add buffer size to HttpClientSession 2019-03-19 12:27:25 +08:00
Chunting Gu bc586c3ea0 Handle zlib on Ubuntu. 2019-03-19 09:57:18 +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 05782b773a Refine client session and its examples. 2019-03-13 13:46:22 +08:00
Chunting Gu 5abd7e275c Refine keep-alive connections. 2019-03-12 17:39:15 +08:00
Chunting Gu 901b2902a2 Merge HttpClient and HttpSslClient; draft of client connection pool. 2019-03-11 14:44:52 +08:00
Chunting Gu 0db366bfe0 Drop the support of VS2013 2019-03-08 14:14:33 +08:00
Chunting Gu 3647407b8b Throw exception from inside HttpClientSession.Request(). 2019-03-08 11:06:19 +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 b38b7e6d38 Breaking changes on the client, push only for keeping the history. 2019-03-01 09:29:03 +08:00
Chunting Gu d42556ce5a Forbit to create http async clients on stack since they are derived from std::shared_from_this. 2019-02-25 10:31:28 +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 360d09508e Merge branch 'master' of https://github.com/sprinfall/webcc 2019-01-31 18:10:27 +08:00
Chunting Gu 8d9855f751 Support chunked response content (but no Trailer headers). 2019-01-31 18:10:12 +08:00
Chunting GuandGitHub 12d933fb54 Remove REST Server quick start; Add links of wiki. 2019-01-31 10:18:15 +08:00
Chunting Gu 01c7a6e328 Remove the outdated screenshot about logging preproc for VS. 2019-01-30 10:23:26 +08:00
Chunting Gu 48241a269f Fix the typo of 'splitted'; remove compile_commands.json. 2019-01-30 09:58:25 +08:00
Chunting Gu d328f3a957 Fix CMake issues 2019-01-30 09:56:07 +08:00
Chunting Gu 7f16d30165 Add an example for HttpBin.org 2019-01-28 15:24:40 +08:00
Chunting Gu c6717bd5ff Add an example config.h file. 2018-11-21 11:12:31 +08:00
Chunting GuandGitHub 40a874a6ba Update build instructions. 2018-11-21 11:11:46 +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 e862153657 Add Server and Date fields to HTTP header of response. 2018-11-05 13:34:18 +08:00
Chunting Gu 364a37899d Add clang format config file. 2018-11-02 17:21:00 +08:00
Chunting Gu 09ae5b4a2f Add a space between literal and string macro to eliminate warning under G++. 2018-10-22 22:13:48 +08:00
Chunting Gu 6a51be172a Automatically install VLD to example output folder. 2018-10-18 11:21:15 +08:00
Chunting Gu c424e2b690 Add an option allowing to switch off CMake install. 2018-10-18 10:31:05 +08:00
Chunting Gu e3e9a22181 Limit the HTTP body content to dump/log. 2018-10-11 14:32:34 +08:00
Chunting Gu d159ce46bf Add RestSslClient; add User-Agent header. 2018-10-11 12:47:47 +08:00
Chunting Gu b02ea902c9 Improve the response result composition. 2018-09-27 17:05:29 +08:00
Chunting Gu 76417c3703 Rework the parsing of soap response. 2018-09-20 15:24:54 +08:00
Chunting Gu f5fe4e67f7 Support to use SOAP 1.1 or 1.2. 2018-09-19 21:39:32 +08:00
Chunting Gu ef252c9f74 Fix SSL client issue. 2018-09-19 15:53:10 +08:00
Chunting Gu 87ead87527 Rename HttpConnection to HttpSession; refine error messages. 2018-09-10 10:31:41 +08:00
Chunting Gu 3cab68cf33 Rename async functions and the handlers like DoXxx, OnXxx. 2018-09-10 10:03:24 +08:00
Chunting Gu c0b61a31a2 Update the example in README.md. 2018-09-09 11:53:51 +08:00
Chunting Gu 294cc74535 Fix dead loop of HttpClient on Linux; Allow to call Request() multiple times on the same HttpClient object. 2018-09-09 11:45:23 +08:00
Chunting Gu afc1b37f37 Use gettid() to get thread ID for logger on Linux. 2018-09-08 23:28:24 +08:00