A basic http server in C
- Routing
- Handling HTTP request and responses
Build the static library using make
. Include http_server.h
in your app and compile and link with libhttpserver
which is in the build
directory. Examples are provided in the examples
directory.