|
@@ -2,14 +2,11 @@ cpp-httplib
|
|
|
===========
|
|
===========
|
|
|
|
|
|
|
|
[](https://github.com/yhirose/cpp-httplib/actions)
|
|
[](https://github.com/yhirose/cpp-httplib/actions)
|
|
|
-[](https://ci.appveyor.com/project/yhirose/cpp-httplib)
|
|
|
|
|
|
|
|
|
|
A C++11 single-file header-only cross platform HTTP/HTTPS library.
|
|
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!
|
|
|
|
|
|
|
|
-For Windows users: Please read [this note](https://github.com/yhirose/cpp-httplib#windows).
|
|
|
|
|
-
|
|
|
|
|
Server Example
|
|
Server Example
|
|
|
--------------
|
|
--------------
|
|
|
|
|
|