1
0
mirror of synced 2025-07-23 14:20:59 +03:00

Updated README

This commit is contained in:
yhirose
2020-08-25 20:26:53 -04:00
parent 1184bbe4cb
commit e5743b358d

View File

@ -7,6 +7,8 @@ A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include **httplib.h** file in your code!
NOTE: This is a 'blocking' HTTP client/server library. If you are looking for a 'non-blocking' library, this is not the one that you want.
Server Example
--------------