17 Commits (43eaf90621374f42c0cebf0ad9fac1e3b334dff7)

Author SHA1 Message Date
Chunting Gu 43eaf90621 Add a base class for http async clients; refine examples. 7 years ago
Chunting Gu 9ecec5de0b Add a base class for HttpClient and HttpSslClient to eliminate duplicate code. 7 years ago
Chunting Gu 3e60c76da1 Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
Chunting Gu ae9d4efcf1 Abdandon the template RestBasicClient. 7 years ago
Chunting Gu 8c53b24bb7 Add config.h.in which produces the config.h on CMake configure. 7 years ago
Chunting Gu 964d21748a Rename BasicRestClient to RestBasicClient. 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
Chunting Gu 87ead87527 Rename HttpConnection to HttpSession; refine error messages. 7 years ago
Chunting Gu d2e2935f9d Move soap specific definitions to separate files 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 ab781a691f Add SoapAsyncClient. 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 88511caff6 Reorganize folder structure. 7 years ago