19 Commits (df96f969bc183536f276a2847b2433d2f14d4945)

Author SHA1 Message Date
Chunting Gu df96f969bc add a cmake option to switch between std and boost filesystem 4 years ago
Chunting Gu f5210ba1a2 rework client using async api 4 years ago
Chunting Gu c2f3a87cd2 allow to set buffer size for server 5 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 c392b57a55 ipv6 support 5 years ago
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 5 years ago
Chunting Gu 7e7ab1c1e8 replace boost filesystem with std filesystem; upgrade gtest and find it using cmake. 6 years ago
Chunting Gu 53a731caf5 Extract the route related code to new class Router and add UT. 6 years ago
Chunting Gu 9b13dceab9 Support data streaming on server side. 6 years ago
Chunting Gu a22e587fa4 Rename static_server to file_server and refine it. 6 years ago
Chunting Gu 1f4b6cac30 Allow to set file chunk size to the server. 6 years ago
Chunting Gu 673a98cffb Allow to stop server and restart server; allow to run loop in multiple threads. 6 years ago
Chunting Gu 46ea52cb90 Refine the connection close 6 years ago
Chunting Gu 8b85248a34 Merge request handler to server; add FileBody for serving static files. 6 years ago
Chunting Gu ec753c14c3 Add hello world server example 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 e621025cc3 Remove http prefix 6 years ago