Commit Graph
20 Commits
Author SHA1 Message Date
UnknownObject e0f8a4da37 upload all 2022-09-05 13:31:32 +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 9b13dceab9 Support data streaming on server side. 2019-08-13 17:35:01 +08:00
Chunting Gu a22e587fa4 Rename static_server to file_server and refine it. 2019-08-05 13:23:34 +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 ec753c14c3 Add hello world server example 2019-07-04 12:23:41 +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