Chunting Gu
|
7f345b7a4e
|
fix build option issues; refine cmake
|
5 years ago |
Chunting Gu
|
3d7b66f911
|
remove zlib from third_party, find it by cmake find_package()
|
5 years ago |
Chunting Gu
|
d49db1ec9c
|
switch asio from standalone to boost
|
5 years ago |
Chunting Gu
|
6adf0ae93a
|
update screenshots for build instruction
|
5 years ago |
Chunting Gu
|
718392fa9e
|
replace boost.asio with standalone asio.
|
5 years ago |
Chunting Gu
|
2a868c4dc1
|
Add an option to disable GZIP.
|
6 years ago |
Chunting Gu
|
e63dc748ab
|
Remove SOAP support
|
6 years ago |
Chunting Gu
|
a96109c3b7
|
Remove HttpFile to FormPart; refine payload prepare.
|
6 years ago |
Chunting Gu
|
5c465a1e2d
|
Support file upload in server side.
|
6 years ago |
Chunting Gu
|
5f9532759e
|
Refine files upload.
|
6 years ago |
Chunting Gu
|
18db152419
|
Add base64 encode and decode.
|
6 years ago |
Chunting Gu
|
6c5dedb807
|
Support persistent connection for server.
|
6 years ago |
Chunting Gu
|
da1dbbb073
|
Add HttpRequestBuilder to replace HttpRequestArgs
|
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
|
901b2902a2
|
Merge HttpClient and HttpSslClient; draft of client connection pool.
|
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
|
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 |