Commit Graph
26 Commits
Author SHA1 Message Date
UnknownObject 74685e4c24 优化文件上传速度,增加请求头预校验功能 2026-08-05 11:44:57 +08:00
Chunting Gu 26bb6b341a introduce string_view 2021-06-17 18:58:53 +08:00
Chunting Gu df96f969bc add a cmake option to switch between std and boost filesystem 2021-05-27 11:15:08 +08:00
Chunting Gu 01210e8a42 simplify string utilities 2021-04-19 14:01:18 +08:00
Chunting Gu 84476f75f7 switch back to boost::filesystem to avoid the requirement of c++17 2020-09-07 19:01:31 +08:00
Chunting Gu d49db1ec9c switch asio from standalone to boost 2020-08-31 14:57:47 +08:00
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 2020-02-20 10:43:46 +08:00
Chunting Gu 1e3c2b2604 don't use boost string algorithm 2020-02-18 09:49:45 +08:00
Chunting Gu 7e7ab1c1e8 replace boost filesystem with std filesystem; upgrade gtest and find it using cmake. 2020-02-15 12:04:51 +08:00
Chunting Gu 46ea52cb90 Refine the connection close 2019-07-15 15:36:30 +08:00
Adam Gu 2a20030f7e Fix the ambiguity of the contructors of FormPart. 2019-07-14 09:01:48 +08:00
Chunting Gu b2cbc450b8 Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD. 2019-07-09 13:18:55 +08:00
Chunting Gu 98aeeae012 Rework the body of request and response 2019-07-03 17:37:44 +08:00
Chunting Gu a3cab444dc Server API rework. 2019-06-26 17:34:39 +08:00
Chunting Gu 4140b4f94c Rework the server to remove rest_xxx classes. 2019-06-21 13:53:00 +08:00
Chunting Gu 8c09189b14 Rework the client error handling 2019-06-10 12:00:57 +08:00
Chunting Gu 22b209d13e Allow to add Date header to the request. 2019-06-06 13:32:46 +08:00
Chunting Gu 2035c1f552 Refine the parsing of response status line; add UT for utility. 2019-05-31 13:43:44 +08:00
Chunting Gu 113dacb9ce Remove PostFile() from session; refine cmake files; replace final with override. 2019-04-24 13:42:16 +08:00
Chunting Gu e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00
Chunting Gu de4574a437 Refine multipart form. 2019-04-17 16:09:16 +08:00
Chunting Gu 5553a70603 Remove two error codes 2019-04-16 16:59:58 +08:00
Chunting Gu df4bb33bd8 Fix content-type parsing issue; refine http parser. 2019-04-15 12:53:43 +08:00
Chunting Gu d9509bda4a Refine form data 2019-04-12 17:10:12 +08:00
Chunting Gu a96109c3b7 Remove HttpFile to FormPart; refine payload prepare. 2019-04-12 14:18:23 +08:00
Chunting Gu 5c465a1e2d Support file upload in server side. 2019-04-11 17:35:09 +08:00