43 Commits (1c433767cd64d5a3cb19a03bb218afd31bf1abda)

Author SHA1 Message Date
Chunting Gu 1e3c2b2604 don't use boost string algorithm 5 years ago
Chunting Gu 7e7ab1c1e8 replace boost filesystem with std filesystem; upgrade gtest and find it using cmake. 6 years ago
Chunting Gu 53a731caf5 Extract the route related code to new class Router and add UT. 6 years ago
Chunting Gu 1a21989b2e Fix URL encoding issues; remove request shortcuts. 6 years ago
Chunting Gu 9b13dceab9 Support data streaming on server side. 6 years ago
Chunting Gu feae9b7acc Refine the streaming, add UT, add error handling. 6 years ago
Chunting Gu 0292b4b51e Support response data streaming and add an example file downloader. 6 years ago
Chunting Gu db87f940e0 Refine CMake to find boost. 6 years ago
Adam Gu 2a20030f7e Fix the ambiguity of the contructors of FormPart. 6 years ago
Chunting Gu 8b85248a34 Merge request handler to server; add FileBody for serving static files. 6 years ago
Chunting Gu b2cbc450b8 Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 6 years ago
Chunting Gu 98aeeae012 Rework the body of request and response 6 years ago
Chunting Gu a3cab444dc Server API rework. 6 years ago
Chunting Gu 8a7f53313b Add response builder to simplify the response build; refine the service interfaces. 6 years ago
Chunting Gu 4140b4f94c Rework the server to remove rest_xxx classes. 6 years ago
Chunting Gu 22b209d13e Allow to add Date header to the request. 6 years ago
Chunting Gu 2035c1f552 Refine the parsing of response status line; add UT for utility. 6 years ago
Chunting Gu 113dacb9ce Remove PostFile() from session; refine cmake files; replace final with override. 6 years ago
Adam Gu ddd521b684 Fix link error against crypto32; update screenshots for configure on Mac. 6 years ago
Chunting Gu 2fe4024511 Refine parser 6 years ago
Chunting Gu 2a868c4dc1 Add an option to disable GZIP. 6 years ago
Chunting Gu 4721d50363 Fix multipart form data parsing 6 years ago
Chunting Gu e621025cc3 Remove http prefix 6 years ago
Chunting Gu a4b24c63b8 Rename autotest and unittest files 6 years ago
Chunting Gu ba9f6c4c23 Rename test to autotest 6 years ago
Chunting Gu b72820c9c5 Add UT for http parser. 6 years ago
Chunting Gu 18db152419 Add base64 encode and decode. 6 years ago
Chunting Gu 616f5a3f5e Reorganize examples; fix soap issues. 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 3e60c76da1 Allow to set buffer size for client; don't auto adjust reading buffer size; refine the global definitions. 7 years ago
Chunting Gu d328f3a957 Fix CMake issues 7 years ago
Chunting Gu 8c53b24bb7 Add config.h.in which produces the config.h on CMake configure. 7 years ago
Adam Gu a863b379d0 Refactor RestService interfaces. 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
Adam Gu cdc61b4bf2 Rename RegisterService to Bind and add is_regex parameter; indent public/protected/private by one space; refine rest example. 7 years ago
Adam Gu 1bab2da8f4 Refactoring according Google C++ Style. 7 years ago
Chunting Gu 5e6f125f90 Fix compile errors on Linux. 7 years ago
Adam Gu bcfb1e4c92 Add query parameters to RestService::Handle() 7 years ago
Chunting Gu 20721c2423 Refine CMake, update UT. 7 years ago
Adam Gu 5bc988b093 Refine folder structure; add rapidjson as submodule. 7 years ago