25 Commits (master)

Author SHA1 Message Date
Chunting Gu 26bb6b341a introduce string_view 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 84476f75f7 switch back to boost::filesystem to avoid the requirement of c++17 5 years ago
Chunting Gu d49db1ec9c switch asio from standalone to boost 5 years ago
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 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 46ea52cb90 Refine the connection close 6 years ago
Adam Gu 2a20030f7e Fix the ambiguity of the contructors of FormPart. 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 4140b4f94c Rework the server to remove rest_xxx classes. 6 years ago
Chunting Gu 8c09189b14 Rework the client error handling 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
Chunting Gu e621025cc3 Remove http prefix 6 years ago
Chunting Gu de4574a437 Refine multipart form. 6 years ago
Chunting Gu 5553a70603 Remove two error codes 6 years ago
Chunting Gu df4bb33bd8 Fix content-type parsing issue; refine http parser. 6 years ago
Chunting Gu d9509bda4a Refine form data 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