Commit Graph
21 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 1c726e7361 remove a unnecessary std::move 2021-04-19 14:57:43 +08:00
Chunting Gu 01210e8a42 simplify string utilities 2021-04-19 14:01:18 +08:00
Chunting Gu 233aa5910c add an example to embed a server in a Qt GUI app 2021-01-22 11:34:17 +08:00
Chunting GuandGitHub c3643277b2 Update request_parser.cc
handle empty form part
2020-12-21 20:14:46 +08:00
Chunting Gu c2f3a87cd2 allow to set buffer size for server 2020-12-21 17:53:36 +08:00
Chunting GuandGitHub 8fd353e8d5 fix multipart parsing error 2020-12-10 13:50:44 +08:00
Chunting Gu abd30ab69d improve the parsing of form data 2020-12-07 14:16:08 +08:00
Chunting Gu 1e3c2b2604 don't use boost string algorithm 2020-02-18 09:49:45 +08:00
Chunting Gu 9b13dceab9 Support data streaming on server side. 2019-08-13 17:35:01 +08:00
Chunting Gu 66cab76ce6 Rework the data streaming 2019-08-12 17:32:29 +08:00
Chunting Gu feae9b7acc Refine the streaming, add UT, add error handling. 2019-08-09 16:10:16 +08:00
Chunting Gu 0292b4b51e Support response data streaming and add an example file downloader. 2019-08-08 17:12:22 +08:00
Chunting Gu 98aeeae012 Rework the body of request and response 2019-07-03 17:37:44 +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 2fe4024511 Refine parser 2019-04-23 13:06:04 +08:00
Chunting Gu 4721d50363 Fix multipart form data parsing 2019-04-18 16:20:45 +08:00
Chunting Gu e621025cc3 Remove http prefix 2019-04-18 13:40:36 +08:00