pyHTTPConn is a Python module that builds upon
httplib with the goal of being wrapped up in a
unit test framework to allow the testing of Web
applications. However, it functions just fine
outside of a unit test framework and allows
developers to quickly write scripts that can, for
instance, login to a Web site and gather
interesting information.