33 Commits (b76ce67726be31a4a9fbb17a6bc15b7be992a7f0)

Author SHA1 Message Date
Chunting Gu 12971b7df3 fix session cancel issue 4 years ago
Chunting Gu df96f969bc add a cmake option to switch between std and boost filesystem 4 years ago
Chunting Gu 01210e8a42 simplify string utilities 4 years ago
Chunting Gu f5210ba1a2 rework client using async api 4 years ago
Chunting Gu 7f345b7a4e fix build option issues; refine cmake 5 years ago
Chunting Gu 7a09d47e8f accept-encoding default to identity even if gzip is enabled. 5 years ago
Chunting Gu 84476f75f7 switch back to boost::filesystem to avoid the requirement of c++17 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 20f02aa704 fix a compile error on auto test 5 years ago
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 9166b5d99e Add auto test for client timeout. 6 years ago
Chunting Gu ad1016734e Rename Request() to Send(). 6 years ago
Chunting Gu 1a21989b2e Fix URL encoding issues; remove request shortcuts. 6 years ago
Chunting Gu 4f9263048f Post a file with data streaming 6 years ago
Chunting Gu feae9b7acc Refine the streaming, add UT, add error handling. 6 years ago
Chunting Gu 3077f21549 Move data decompression to StringBody. 6 years ago
Chunting Gu db87f940e0 Refine CMake to find boost. 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 43aadee885 Use system certificate on Windows. 6 years ago
Chunting Gu 8c09189b14 Rework the client error handling 6 years ago
Chunting Gu 2035c1f552 Refine the parsing of response status line; add UT for utility. 6 years ago
Chunting Gu 78743e6a55 Rename macro WIN32 to _WIN32 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 2a868c4dc1 Add an option to disable GZIP. 6 years ago
Adam Gu 847a20483f Fix build on Mac 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 c8409dbdf2 Add the missing linkage of jsoncpp to autotest 6 years ago
Chunting Gu ba9f6c4c23 Rename test to autotest 6 years ago