Simple https client in standard library

If it only were as easy as pip install requests… Teaching about virtual environments and enough of the packaging ecosystem to successfully install packages would take a lot of time that can be spent more productively, especially if the students are not going to be working much with Python specifically after the course.

Speaking of old HTTP versions, I was yesterday years old when I learned most modern HTTP servers will respond with HTTP/1.1 if you make a request with HTTP/1.0.

1 Like