mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
22e5ca35af
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
292 B
Text
8 lines
292 B
Text
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.
|