SlackBuildsOrg/libraries/cpp-httplib
Steven Voges 2ee53a3a4e
libraries/cpp-httplib: Updated for version 0.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-03 09:37:13 +07:00
..
cpp-httplib.info libraries/cpp-httplib: Updated for version 0.14.0. 2023-09-03 09:37:13 +07:00
cpp-httplib.SlackBuild libraries/cpp-httplib: Updated for version 0.14.0. 2023-09-03 09:37:13 +07:00
README
slack-desc

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.