You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's extremely easy to setup. Just include **httplib.h** file in your code!
11
11
12
+
For Windows users: Please read [this note](https://github.com/yhirose/cpp-httplib#windows).
13
+
12
14
Server Example
13
15
--------------
14
16
@@ -514,8 +516,25 @@ httplib.h httplib.cc
514
516
NOTE
515
517
----
516
518
519
+
### g++
520
+
517
521
g++ 4.8 and below cannot build this library since `<regex>` in the versions are [broken](https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions).
518
522
523
+
### Windows
524
+
525
+
Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32_LEAN_AND_MEAN` beforehand.
[These folks](https://github.com/yhirose/cpp-httplib/graphs/contributors) made great contributions to polish this library to totally another level from a simple toy!
0 commit comments