summaryrefslogtreecommitdiffstats
path: root/libraries/cpp-httplib/README
blob: 480868e37f991dde4f1a1914a8f351f28d924010 (plain)
1
2
3
4
5
6
7
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.