HalilFocic/onixhttp
My attemt to making full fledged HTTP server in zig
A learning project to build a HTTP server in Zig, focusing on understanding networking fundamentals and systems programming.
Implement basic TCP listener
Add connection handling
Implement connection pooling
Add graceful shutdown
Implement basic error handling
Implement request line parser
Add headers parser
Add body parser
Implement response writer
Add basic validation
Implement basic router
Add request context
Implement middleware system
Add static file serving