This project is a simple, lightweight HTTP server written in Go, created for learning purposes I have mimicked the net/http stdlib
- Parsing: Should have parsed using state machines
- Error Handling
- Validations: Cant validate even if someone sends PUST for POST
- Security: input sanitization, rate limiting, and SSL/TLS support.
- Router: This router is just a simple map, but a more complex router like net/http should be here,
Please dont run, this is for learning purpose only Use net/http for this which is the standard library