http-server
is a multi-platform HTTP server library with a focus on asynchronous I/O.
- External event loop support
- HTTP/1.1 support
- C89 compatible
TBA.
See examples
and tests
.
$ mkdir build
$ cd build
$ cmake ..
$ make
Building tests:
$ make tests
Coverage report:
$ make coverage
(requires lcov)
Not supported yet.