A simple web server written in C in a form of a library. It can be used to serve static files or dynamic content on demand.
- HTTP 1.1
- Basic POST and GET support
- HTTP Pipeline support
- HTTP persistent connection support
- Pthreads
- Request parsing as bytes arrive
- Circular Queue
- Work queue thread model