mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-21 12:18:28 +00:00
Updated README
This commit is contained in:
parent
1184bbe4cb
commit
e5743b358d
1 changed files with 2 additions and 0 deletions
|
@ -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!
|
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
|
Server Example
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue