Chunting Gu
|
df96f969bc
|
add a cmake option to switch between std and boost filesystem
|
4 years ago |
Chunting Gu
|
7f345b7a4e
|
fix build option issues; refine cmake
|
5 years ago |
Chunting Gu
|
1b8b0b24ac
|
refine the usage of build options
|
5 years ago |
Chunting Gu
|
84476f75f7
|
switch back to boost::filesystem to avoid the requirement of c++17
|
5 years ago |
Chunting Gu
|
7e7ab1c1e8
|
replace boost filesystem with std filesystem; upgrade gtest and find it using cmake.
|
6 years ago |
Chunting Gu
|
7cb5bca0d0
|
Add an example to test server concurrency.
|
6 years ago |
Chunting Gu
|
feae9b7acc
|
Refine the streaming, add UT, add error handling.
|
6 years ago |
Chunting Gu
|
0292b4b51e
|
Support response data streaming and add an example file downloader.
|
6 years ago |
Chunting Gu
|
3077f21549
|
Move data decompression to StringBody.
|
6 years ago |
Chunting Gu
|
1f4b6cac30
|
Allow to set file chunk size to the server.
|
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
|
b2cbc450b8
|
Fix payload iteration issue of FormBody; Log form body; ignore body for response of HEAD.
|
6 years ago |
Chunting Gu
|
98aeeae012
|
Rework the body of request and response
|
6 years ago |