A comprehensive HTTP client library
Joe Gregorio has an HTTP client module for Python that sounds pretty cool. It supports http, https, keep-alive, authentication, caching, all methods (e.g. GET and POST), redirects, compression and more.
It’s called httplib2.py. Check it out.
Update: Hrm… check out the other neat stuff in his projects directory.

One Response to “A comprehensive HTTP client library”