Is there any single line implementation of a webserver? I know about SimpleHTTPServer and how it works but it was something different which was also using Socket and select().
I thought it was on the Python Tutor mailing list, but an archive search hasn't revealed anything, nor has a google search. Can anyone help me with the original link?