Simple http server written in C3
August 7, 2024 ยท View on GitHub
A simple http 1.1 server, that does not comply with the spec, and should not be used in production.
Attributions
- Stole code from https://github.com/velikoss/c3-api to reduce the memory footprint. :smile: