diff options
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. |