A C++ header-only HTTP server, that can be used with older compilers (any GCC that supports c++0x)
- Compile on GCC 4.4.7 with --std=c++0x
- No exceptions, so it can be run with -fno-except (is that how you spell it?)
- No RTTI, so can compile with -fno-rtti
- Single header file
Concatenate all the headers in the 'include' directory
Pick one:
-
MIT License (See attached LICENSE file)
-
Email me to explain why you need it, and I'll grant you a Public Domain license.