would folks be interested in an "implement a toy version of HTTP/1.1 in a weekend” guide? I'm imagining something super basic (~100 lines of Python, not remotely standards compliant), just a server that opens a TCP socket, takes HTTP requests, and returns responses.

@b0rk yes, I'd be super interested.

Your "you can just send a hand written GET using netcat" example was super helpful in making HTTP much more accessible and easy to reason about for me

@jkerhin Telnet 4 laif. 😉

@b0rk