Commit Graph
21 Commits
Author SHA1 Message Date
Chunting Gu 26bb6b341a introduce string_view 2021-06-17 18:58:53 +08:00
Chunting Gu 751a3539ae delete copy constructor and operator assign for most classes 2021-06-15 18:52:53 +08:00
Chunting Gu 01210e8a42 simplify string utilities 2021-04-19 14:01:18 +08:00
Chunting Gu 1e3c2b2604 don't use boost string algorithm 2020-02-18 09:49:45 +08:00
Chunting Gu 9166b5d99e Add auto test for client timeout. 2019-09-11 14:27:35 +08:00
Chunting Gu 43d9dcab25 Add backup files, add test data for doc root, etc. 2019-09-10 10:45:37 +08:00
Chunting Gu 1a21989b2e Fix URL encoding issues; remove request shortcuts. 2019-08-23 14:51:41 +08:00
Chunting Gu 8b85248a34 Merge request handler to server; add FileBody for serving static files. 2019-07-12 16:05:01 +08:00
Chunting Gu e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00
Chunting Gu a96109c3b7 Remove HttpFile to FormPart; refine payload prepare. 2019-04-12 14:18:23 +08:00
Chunting Gu ba705e930e Add VS2013 support back. 2019-04-09 15:39:58 +08:00
Chunting Gu 0db366bfe0 Drop the support of VS2013 2019-03-08 14:14:33 +08:00
Chunting Gu 31d0ea3c9d Cleanup async client APIs. 2019-03-07 16:02:49 +08:00
Chunting Gu 9b8304f06c Initial client API V2 2019-03-06 11:13:33 +08:00
Chunting Gu 964d21748a Rename BasicRestClient to RestBasicClient. 2018-11-13 13:00:23 +08:00
Chunting Gu ef252c9f74 Fix SSL client issue. 2018-09-19 15:53:10 +08:00
Adam Gu a863b379d0 Refactor RestService interfaces. 2018-08-24 16:51:08 +08:00
Adam Gu 08ba4a01ef Rename SoapParameter (of UrlQuery) to Parameter. 2018-08-21 10:45:18 +08:00
Adam Gu 31cfac65e8 Encode URL queries. 2018-08-10 10:22:06 +08:00
Adam Gu 223e59cc7a Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. 2018-07-19 11:19:51 +08:00
Adam Gu 88511caff6 Reorganize folder structure. 2018-07-06 13:59:16 +08:00