From e5743b358d846d4291e71a8406ae41b6029551f9 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 25 Aug 2020 20:26:53 -0400 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 511a1a1..4103f13 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include **httplib.h** file in your code! +NOTE: This is a 'blocking' HTTP client/server library. If you are looking for a 'non-blocking' library, this is not the one that you want. + Server Example --------------