A C library for writing modern, simple web applications.
- A JSON parser and serializer (NOTE: not 100% spec-compliant yet)
- Base64 en/decoding
- A multithreaded HTTP server and client
- HTTPS support with OpenSSL or a custom TLS implementation
For examples on how to use the HTTP(S) capabilities see the examples/ directory.