A ``urllib2`` compatible connection obejct.
There are no implemented interfaces.
There are no attributes in this class.
getresponse()
Return a ``urllib2`` compatible response.
The goal of ths method is to convert the Zope Publisher's reseponse to a ``urllib2`` compatible response, which is also understood by mechanize.
request(method, url, body=None, headers=None)
Send a request to the publisher.
The response will be stored in ``self.response``.
set_debuglevel(level)