Commit Graph
66 Commits
Author SHA1 Message Date
Chunting Gu 50cf424dc8 log the connect error 2021-11-15 09:52:10 +08:00
Chunting Gu 26bb6b341a introduce string_view 2021-06-17 18:58:53 +08:00
Chunting Gu df96f969bc add a cmake option to switch between std and boost filesystem 2021-05-27 11:15:08 +08:00
Chunting Gu 7f345b7a4e fix build option issues; refine cmake 2021-02-05 14:12:26 +08:00
Chunting Gu 1b8b0b24ac refine the usage of build options 2021-02-01 09:23:53 +08:00
Chunting Gu 233aa5910c add an example to embed a server in a Qt GUI app 2021-01-22 11:34:17 +08:00
Chunting Gu 84476f75f7 switch back to boost::filesystem to avoid the requirement of c++17 2020-09-07 19:01:31 +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 39ade6df4f add Accept() for Accept header to request builder 2020-08-10 09:48:30 +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 7e7ab1c1e8 replace boost filesystem with std filesystem; upgrade gtest and find it using cmake. 2020-02-15 12:04:51 +08:00
Chunting Gu db87f940e0 Refine CMake to find boost. 2019-07-15 17:24:21 +08:00
Chunting Gu 3309e7896a Add new log level USER 2019-07-05 10:57:03 +08:00
Chunting Gu 8ff63a3b17 Remove log level FATA. 2019-05-29 11:21:09 +08:00
Chunting Gu e9f0cd97e8 Link static SSL libraries. 2019-05-29 11:08:17 +08:00
Chunting Gu 2a868c4dc1 Add an option to disable GZIP. 2019-04-22 14:43:46 +08:00
Adam Gu 847a20483f Fix build on Mac 2019-04-21 12:16:28 +08:00
Chunting Gu e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00
Chunting Gu ba9f6c4c23 Rename test to autotest 2019-04-17 17:05:29 +08:00
Chunting Gu e63dc748ab Remove SOAP support 2019-04-16 13:04:42 +08:00
Chunting Gu b72820c9c5 Add UT for http parser. 2019-04-16 11:11:50 +08:00
Chunting Gu 5e1b14e74d Add a config option allowing to disable SSL. 2019-04-15 10:07:04 +08:00
Chunting Gu 0ad277322f Support terminal colors for logger. 2019-04-07 12:25:56 +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 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 8d9855f751 Support chunked response content (but no Trailer headers). 2019-01-31 18:10:12 +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 8c53b24bb7 Add config.h.in which produces the config.h on CMake configure. 2018-11-20 17:04:47 +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 d159ce46bf Add RestSslClient; add User-Agent header. 2018-10-11 12:47:47 +08:00
Adam Gu 8faa45defe Set policy CMP0074 to eliminate CMake warning. 2018-08-21 11:00:22 +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 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 9b3be4c18c Refine the parsing of start line; return 201 instead of 200 for POST request. 2018-07-13 13:08:36 +08:00
Adam Gu 88511caff6 Reorganize folder structure. 2018-07-06 13:59:16 +08:00
Adam Gu b85377c3a3 Optimize memory allocation for client buffer; add VLD to detect memory on Windows. 2018-07-05 16:07:26 +08:00
Adam Gu 7280b09f10 Add file log support 2018-07-03 14:01:47 +08:00
Adam Gu 10607afa70 Add a string variable to CMake to configure log level. 2018-06-07 17:22:21 +08:00