Commit Graph
23 Commits
Author SHA1 Message Date
UnknownObject 74685e4c24 优化文件上传速度,增加请求头预校验功能 2026-08-05 11:44:57 +08:00
UnknownObject e0f8a4da37 upload all 2022-09-05 13:31:32 +08:00
Chunting Gu 26bb6b341a introduce string_view 2021-06-17 18:58:53 +08:00
Chunting Gu e27338854c fix ssl handshake and parsing issues 2021-06-15 17:09:04 +08:00
Chunting Gu 74854c4861 add log for study server threading 2021-06-11 16:54:28 +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 f5210ba1a2 rework client using async api 2021-04-16 19:07:31 +08:00
Chunting Gu c2f3a87cd2 allow to set buffer size for server 2020-12-21 17:53:36 +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 c392b57a55 ipv6 support 2020-08-24 13:50:23 +08:00
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 2020-02-20 10:43:46 +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 53a731caf5 Extract the route related code to new class Router and add UT. 2019-09-11 15:10:12 +08:00
Chunting Gu 4c413e245d Allow to get the size of the queue. 2019-09-04 16:27:01 +08:00
Chunting Gu 9b13dceab9 Support data streaming on server side. 2019-08-13 17:35:01 +08:00
Chunting Gu 1f4b6cac30 Allow to set file chunk size to the server. 2019-08-05 10:45:18 +08:00
Chunting Gu 673a98cffb Allow to stop server and restart server; allow to run loop in multiple threads. 2019-07-30 10:35:51 +08:00
Chunting Gu 46ea52cb90 Refine the connection close 2019-07-15 15:36:30 +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 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 e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00