HTTP
Status: Planned
Build an HTTP (Hypertext Transfer Protocol) server from scratch. Understanding request/response cycles, methods, headers, status codes, and content negotiation.
Details
Implementing HTTP/1.1 server with support for GET, POST, PUT, DELETE methods, proper header parsing, content types, and basic routing.
Links
Progress
Planning phase. Studying HTTP/1.1 specification (RFC 7230-7237).