diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-09-24 02:49:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:45 +0700 |
commit | 22e5ca35af6d3d51ec8228766dd2dcf6eb487f5e (patch) | |
tree | a3f5256a24eb43e689ac9bccd788dc251bd3c5ab /libraries/cpp-httplib/README | |
parent | 96f08f881fdfe679aa78d238ec8c264e4cc8932f (diff) |
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/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/cpp-httplib/README b/libraries/cpp-httplib/README new file mode 100644 index 0000000000000..480868e37f991 --- /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. |