We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1184bbe commit e5743b3Copy full SHA for e5743b3
README.md
@@ -7,6 +7,8 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library.
7
8
It's extremely easy to setup. Just include **httplib.h** file in your code!
9
10
+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.
11
+
12
Server Example
13
--------------
14
0 commit comments