Chunting Gu
|
12d933fb54
|
Remove REST Server quick start; Add links of wiki.
|
7 years ago |
Chunting Gu
|
01c7a6e328
|
Remove the outdated screenshot about logging preproc for VS.
|
7 years ago |
Chunting Gu
|
48241a269f
|
Fix the typo of 'splitted'; remove compile_commands.json.
|
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
|
c6717bd5ff
|
Add an example config.h file.
|
7 years ago |
Chunting Gu
|
40a874a6ba
|
Update build instructions.
|
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
|
e862153657
|
Add Server and Date fields to HTTP header of response.
|
7 years ago |
Chunting Gu
|
364a37899d
|
Add clang format config file.
|
7 years ago |
Chunting Gu
|
09ae5b4a2f
|
Add a space between literal and string macro to eliminate warning under G++.
|
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
|
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 |