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
-----------