Commit Graph
18 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 74854c4861 add log for study server threading 2021-06-11 16:54:28 +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 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
Zhe Ma 3423dede5d Add IP address to Request. 2019-10-24 16:07:44 +08:00
Chunting Gu 9b13dceab9 Support data streaming on server side. 2019-08-13 17:35:01 +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 0f0f6fdf8e Add parameters like timeout, buffer_size to ClientSession. 2019-07-26 09:59:24 +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 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 c2a009f68a Don't log EOF as error. 2019-06-06 14:02:44 +08:00
Chunting Gu e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00