Commit Graph
27 Commits
Author SHA1 Message Date
Chunting Gu 7a09d47e8f accept-encoding default to identity even if gzip is enabled. 2020-09-14 13:25:04 +08:00
Chunting Gu a827f4cfe2 add chinese build instructions 2020-09-11 18:21:02 +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 e7f88da2b2 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-09-01 14:41:12 +08:00
Chunting Gu 3d7b66f911 remove zlib from third_party, find it by cmake find_package() 2020-09-01 14:41:01 +08:00
Chunting Gu d49db1ec9c switch asio from standalone to boost 2020-08-31 14:57:47 +08:00
Chunting Gu 20f02aa704 fix a compile error on auto test 2020-08-24 17:10:48 +08:00
Chunting Gu 77294aa99a Merge branch 'master' of https://github.com/sprinfall/webcc 2020-08-24 13:50:32 +08:00
Chunting Gu c392b57a55 ipv6 support 2020-08-24 13:50:23 +08:00
Chunting Gu 12e3569a83 locale independent http date header 2020-08-18 11:34:34 +08:00
Chunting Gu 427c46a65a Merge branch 'master' of https://github.com/sprinfall/webcc 2020-08-18 09:38:08 +08:00
Chunting Gu 8106da401e ClientSession: SetContentType() 2020-08-18 09:37:52 +08:00
Chunting Gu b38e6c153d remove accept_ member var from request builder 2020-08-10 10:28:48 +08:00
Chunting Gu 44a5a09fa6 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-08-10 09:48:45 +08:00
Chunting Gu 39ade6df4f add Accept() for Accept header to request builder 2020-08-10 09:48:30 +08:00
Chunting Gu b334e359d7 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-03-02 09:41:25 +08:00
Chunting Gu 2cf48aed35 add endpoint print functions 2020-03-02 09:41:06 +08:00
Chunting Gu 57f069135b Merge branch 'master' of https://github.com/sprinfall/webcc 2020-02-23 12:31:28 +08:00
Chunting Gu 4386c46397 cleanup 2020-02-23 12:31:20 +08:00
Chunting Gu 4ddf2d5696 Merge branch 'master' of https://github.com/sprinfall/webcc 2020-02-22 15:41:12 +08:00
Chunting Gu 6adf0ae93a update screenshots for build instruction 2020-02-22 15:41:00 +08:00
Chunting Gu 718392fa9e replace boost.asio with standalone asio. 2020-02-20 10:43:46 +08:00
Chunting Gu b72db3a048 move doc from wiki 2020-02-20 08:52:05 +08:00
Chunting Gu 1e3c2b2604 don't use boost string algorithm 2020-02-18 09:49:45 +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 7e3da65e73 Merge branch 'master' of https://github.com/sprinfall/webcc 2019-12-06 10:35:12 +08:00
Chunting Gu 7cb5bca0d0 Add an example to test server concurrency. 2019-12-06 10:34:36 +08:00