We were tasked with writing a webserver. So here is the Python 3 version. There were quite a few oddities that made this project a bit less than trivial. Those will be covered here. While we were not ...
Threaded HTTP/1.1 server with echo, user-agent inspection, configurable file IO, gzip negotiation, and optional TLS termination. Ideal for experimenting with raw socket handling while keeping the ...