module documentation
Undocumented
Class |
|
Adds ThreadingMixin to SimpleXMLRPCServer to support multiple concurrent requests via forking. Also makes logging toggleable. |
Class |
|
Undocumented |
Class |
|
Adds ThreadingMixin to SimpleXMLRPCServer to support multiple concurrent requests via threading. Also makes logging toggleable. |
Class |
|
Base handler API for handlers used with XmlRpcNode. Public methods will be exported as XML RPC methods. |
Class |
|
Generic XML-RPC node. Handles the additional complexity of binding an XML-RPC server to an arbitrary port. XmlRpcNode is initialized when the uri field has a value. |
Function | isstring |
Small helper version to check an object is a string in a way that works for both Python 2 and 3 |
Function | _support |
Determine whether HTTP 1.1 should be enabled for XMLRPC communications. |