A minimal HTTP/1.1 server built directly on std::net.
No async runtime, no hyper, no tokio. Connections are handled by a
fixed thread pool. This is deliberately small: it keeps the binary tiny
and the request lifecycle trivial to reason about — for a human reading
the source, or an agent reasoning about the running app.