53 Commits (4c413e245d227bae835528ddfa02b79bf47a0a36)

Author SHA1 Message Date
Chunting Gu db87f940e0 Refine CMake to find boost. 6 years ago
Chunting Gu 3309e7896a Add new log level USER 6 years ago
Chunting Gu 8ff63a3b17 Remove log level FATA. 6 years ago
Chunting Gu e9f0cd97e8 Link static SSL libraries. 6 years ago
Chunting Gu 2a868c4dc1 Add an option to disable GZIP. 6 years ago
Adam Gu 847a20483f Fix build on Mac 6 years ago
Chunting Gu e621025cc3 Remove http prefix 6 years ago
Chunting Gu ba9f6c4c23 Rename test to autotest 6 years ago
Chunting Gu e63dc748ab Remove SOAP support 6 years ago
Chunting Gu b72820c9c5 Add UT for http parser. 6 years ago
Chunting Gu 5e1b14e74d Add a config option allowing to disable SSL. 6 years ago
Chunting Gu 0ad277322f Support terminal colors for logger. 6 years ago
Chunting Gu bc586c3ea0 Handle zlib on Ubuntu. 6 years ago
Chunting Gu 5f64f3bb62 Add zlib to support content-encoding (gzip, deflate) 6 years ago
Chunting Gu 616f5a3f5e Reorganize examples; fix soap issues. 6 years ago
Chunting Gu 31d0ea3c9d Cleanup async client APIs. 6 years ago
Chunting Gu ffa0794926 Handle both HTTP & HTTPS in HttpClientSession; remove macro WEBCC_ENABLE_SSL. 6 years ago
Chunting Gu 9b8304f06c Initial client API V2 6 years ago
Chunting Gu 43eaf90621 Add a base class for http async clients; refine examples. 7 years ago
Chunting Gu 8d9855f751 Support chunked response content (but no Trailer headers). 7 years ago
Chunting Gu d328f3a957 Fix CMake issues 7 years ago
Chunting Gu 7f16d30165 Add an example for HttpBin.org 7 years ago
Chunting Gu 8c53b24bb7 Add config.h.in which produces the config.h on CMake configure. 7 years ago
Chunting Gu 6a51be172a Automatically install VLD to example output folder. 7 years ago
Chunting Gu c424e2b690 Add an option allowing to switch off CMake install. 7 years ago
Chunting Gu d159ce46bf Add RestSslClient; add User-Agent header. 7 years ago
Adam Gu 8faa45defe Set policy CMP0074 to eliminate CMake warning. 7 years ago
Adam Gu 31cfac65e8 Encode URL queries. 7 years ago
Chunting Gu 1b7e1378b4 Replace boost thread with std thread for queue; refine cmake files. 7 years ago
Adam Gu 6809ab7d2a Basic CMake installation. 7 years ago
Adam Gu 3693d881c7 Refacotring; support HTTPs client. 7 years ago
Adam Gu 223e59cc7a Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 7 years ago
Adam Gu 9b3be4c18c Refine the parsing of start line; return 201 instead of 200 for POST request. 7 years ago
Adam Gu 88511caff6 Reorganize folder structure. 7 years ago
Adam Gu b85377c3a3 Optimize memory allocation for client buffer; add VLD to detect memory on Windows. 7 years ago
Adam Gu 7280b09f10 Add file log support 7 years ago
Adam Gu 10607afa70 Add a string variable to CMake to configure log level. 7 years ago
Adam Gu 21c20b075f Switch log level control from runtime to compile time 7 years ago
Adam Gu 9bf45e6ecb Add async-client support; refine http message dump format. 7 years ago
Adam Gu b6ebba771b Refine logger; add UrlQuery for query parameters. 7 years ago
Adam Gu 662b7c4112 Add console logger to replace original debug output. 7 years ago
Chunting Gu 20721c2423 Refine CMake, update UT. 7 years ago
Adam Gu 803ae3eb5f Replace rapidjson with jsoncpp. 7 years ago
Adam Gu 5bc988b093 Refine folder structure; add rapidjson as submodule. 7 years ago
Adam Gu e2bf8aaaf4 Add timeout control to http server (draft) 7 years ago
Chunting Gu 23090ee369 Enable C++11 on GCC; Link boost libs and pthread on GCC. 7 years ago
Adam Gu 47e94bffd2 Rename project from csoap to webcc 7 years ago
Adam Gu 964be5fdb0 Support REST (draft); add UT. 7 years ago
Adam Gu 2327edbd5d Define _WIN32_WINNT using a cmake macro; support move semantics for parameter; remove address from HttpServer; add utility for dumping endpoints. 8 years ago
Adam Gu f43b1d0c36 Remove http version; refine sending request and error handling. 8 years ago