Projects
Small tools and experiments. Most exist to answer a question I had.
Low-Level HTTP/1.1 Server
An HTTP/1.1 server in Python on raw TCP sockets, no frameworks. Request parsing, chunked transfer encoding, input validation, and error handling, written to understand what the spec guarantees and what implementations actually do.
PythonTCP SocketsHTTP
View on GitHub →