aboutsummaryrefslogtreecommitdiff
path: root/libraries/cpp-httplib/README
diff options
context:
space:
mode:
authorSteven Voges <svoges.sbo@gmail.com>2022-09-24 02:49:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:45 +0700
commit22e5ca35af6d3d51ec8228766dd2dcf6eb487f5e (patch)
treea3f5256a24eb43e689ac9bccd788dc251bd3c5ab /libraries/cpp-httplib/README
parent96f08f881fdfe679aa78d238ec8c264e4cc8932f (diff)
downloadslackbuilds-22e5ca35af6d3d51ec8228766dd2dcf6eb487f5e.tar.xz
libraries/cpp-httplib: Added (C++ header-only HTTP/S Library)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cpp-httplib/README')
-rw-r--r--libraries/cpp-httplib/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/cpp-httplib/README b/libraries/cpp-httplib/README
new file mode 100644
index 000000000000..480868e37f99
--- /dev/null
+++ b/libraries/cpp-httplib/README
@@ -0,0 +1,8 @@
+A C++11 single-file header-only cross platform HTTP/HTTPS library.
+
+It's extremely easy to setup. Just include the httplib.h file in your
+code!
+
+NOTE: This library uses 'blocking' socket I/O. If you are looking for
+a library with 'non-blocking' socket I/O, this is not the one that you
+want.