joexbayer / c-web-modules

A modular web framework for C, inspired by kernel modules. Dynamically upload and compile C code at runtime to build REST APIs, WebSocket services, and more. Includes support for JSON (Jansson), SQLite, OpenSSL, and streaming large data efficiently.
GNU General Public License v3.0
184 stars 8 forks source link

Continue on HTTP spec support #5

Open joexbayer opened 2 weeks ago

joexbayer commented 2 weeks ago

Currently very little of the actual HTTP spec is implemented, this needs a lot of work.