l.t.x.HTTPCallerHTTPConnection(httplib.HTTPConnection) : class documentation

Part of lp.testing.xmlrpc View In Hierarchy

A HTTPConnection which talks to HTTPCaller instead of a real server.

Only the methods called by xmlrpclib are overridden.

Method __init__ Undocumented
Method connect No need to connect.
Method send Send the request to HTTPCaller.
Method getresponse Undocumented
Method _zope_response Get the response.
def __init__(self, host):
Undocumented
def connect(self):
No need to connect.
def send(self, data):
Send the request to HTTPCaller.
def _zope_response(self):
Get the response.
def getresponse(self, buffering=False):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.