Add example/server_and_client.cc

This commit is contained in:
yhirose
2024-09-07 10:05:53 -04:00
parent 8415bf0823
commit 01a52aa8bd
3 changed files with 51 additions and 1 deletions

2
.gitignore vendored
View File

@@ -9,6 +9,8 @@ example/benchmark
example/redirect
example/sse*
example/upload
example/one_time_request
example/server_and_client
example/*.pem
test/httplib.cc
test/httplib.h