From 80a55cedebc598d338c0bedb093fc842ceee0983 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 16 Apr 2022 21:11:17 -0400 Subject: [PATCH] Removed Repl.it examples --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3d6e55f..85900f2 100644 --- a/README.md +++ b/README.md @@ -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 -----------