311 Commits (d49db1ec9cec39a787686c3eb9796dc9b199843f)
 

Author SHA1 Message Date
Chunting Gu c424e2b690 Add an option allowing to switch off CMake install. 7 years ago
Chunting Gu e3e9a22181 Limit the HTTP body content to dump/log. 7 years ago
Chunting Gu d159ce46bf Add RestSslClient; add User-Agent header. 7 years ago
Chunting Gu b02ea902c9 Improve the response result composition. 7 years ago
Chunting Gu 76417c3703 Rework the parsing of soap response. 7 years ago
Chunting Gu f5fe4e67f7 Support to use SOAP 1.1 or 1.2. 7 years ago
Chunting Gu ef252c9f74 Fix SSL client issue. 7 years ago
Chunting Gu 87ead87527 Rename HttpConnection to HttpSession; refine error messages. 7 years ago
Chunting Gu 3cab68cf33 Rename async functions and the handlers like DoXxx, OnXxx. 7 years ago
Chunting Gu c0b61a31a2 Update the example in README.md. 7 years ago
Chunting Gu 294cc74535 Fix dead loop of HttpClient on Linux; Allow to call Request() multiple times on the same HttpClient object. 7 years ago
Chunting Gu afc1b37f37 Use gettid() to get thread ID for logger on Linux. 7 years ago
Chunting Gu c7bcb07f17 Merge branch 'master' of https://github.com/sprinfall/webcc 7 years ago
Chunting Gu 686b415fb7 Refine the initialization of server's acceptor. 7 years ago
Chunting Gu d3ff3829b9
Update README.md 7 years ago
Chunting Gu 2c314a0174
Create LICENSE 7 years ago
Chunting Gu 921defc0e3 Use HttpClient as member variable inside RestClient and SoapClient. 7 years ago
Chunting Gu d2e2935f9d Move soap specific definitions to separate files 7 years ago
Chunting Gu cff4888182 Add a macro to allow default move copy constructor and assignment operator above VS2013. 7 years ago
Chunting Gu 74172b5b0c Merge branch 'master' of https://github.com/sprinfall/webcc 7 years ago
Chunting Gu 7f692a9602 Refine REST book examples. 7 years ago
Chunting Gu 17f8579bf5
Add a description of the naming. 7 years ago
Chunting Gu 1442af3ea4
Fix typos of README. 7 years ago
Chunting Gu 11551a0193 Update example in the README. 7 years ago
Chunting Gu 6cb94b0af0 Delete .gitmodules 7 years ago
Adam Gu a863b379d0 Refactor RestService interfaces. 7 years ago
Adam Gu e9096d4e53 Refine timeout control; refine rest book examples. 7 years ago
Chunting Gu 2e2b45dd43 Fix a segment fault of logger. 7 years ago
Adam Gu 8faa45defe Set policy CMP0074 to eliminate CMake warning. 7 years ago
Adam Gu 08ba4a01ef Rename SoapParameter (of UrlQuery) to Parameter. 7 years ago
Adam Gu 31cfac65e8 Encode URL queries. 7 years ago
Chunting Gu 87420871ba
Fix a link error. 7 years ago
Chunting Gu bda77089c1 Update README on build instructions. 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 3ba0ddbba1 Support combined host and port. 7 years ago
Adam Gu e368ad2efb Close the socket after shutdown. 7 years ago
Adam Gu 5fd5d8ff15 Add HTTP SSL client exmaple. 7 years ago
Adam Gu 3693d881c7 Refacotring; support HTTPs client. 7 years ago
Adam Gu 8a92fcb950 Add config file for cpplint. 7 years ago
Adam Gu 33f2b84f8c Replace boost thread with std thread; update rest book example; move soap tutorials to wiki. 7 years ago
Adam Gu 6475a3fd35 Use composite instead of inheritance for SoapClient. 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 23d948cebb Add image resources for wiki. 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 9bf4bc3f4b Refine the handling of content and content length. 7 years ago
Adam Gu 9b35d0f06c Rework the http header parsing. 7 years ago
Adam Gu cbf3efbcba Refine HTTP request and response. 7 years ago
Adam Gu 88511caff6 Reorganize folder structure. 7 years ago