Part of lp.bugs.externalbugtracker.xmlrpc View In Hierarchy
Known subclasses: lp.bugs.tests.externalbugtracker.TestBugzillaXMLRPCTransport, lp.bugs.tests.externalbugtracker.TestTracXMLRPCTransport
This XML-RPC transport uses the Python requests module to make the request. (In fact, it uses lp.services.timeout.urlfetch, which wraps requests and deals with timeout handling.)
Note: this transport isn't fit for general XML-RPC use. It is just good enough for some of our external bug tracker implementations.
| Parameters | endpoint | The URL of the XML-RPC server. | 
| Method | __init__ | Undocumented | 
| Method | setCookie | Set a cookie for the transport to use in future connections. | 
| Method | request | Make an XMLRPC request. | 
Uses the configured proxy server to make the connection.