All challenges
intermediateReal-World Systems~60 min

HTTP Web Server

Build a web server from the request line up: parse raw HTTP requests, serialize responses, route by method and path, extract path parameters, and run a middleware chain — all without touching a socket.