1
0
mirror of synced 2025-06-07 22:02:00 +03:00

Removed Repl.it examples

This commit is contained in:
yhirose 2022-04-16 21:11:17 -04:00
parent d05c343602
commit 80a55cedeb

View File

@ -48,11 +48,6 @@ res->status;
res->body;
```
### Try out the examples on Repl.it!
1. Run server at https://repl.it/@yhirose/cpp-httplib-server
2. Run client at https://repl.it/@yhirose/cpp-httplib-client
SSL Support
-----------