Object for handling requests.  
 More...
Object for handling requests. 
§ authenticate()
      
        
          | def SRPC.SecureXMLRpcRequestHandler.authenticate | ( |  | self, | 
        
          |  |  |  | headers | 
        
          |  | ) |  |  | 
      
 
 
§ do_POST()
      
        
          | def SRPC.SecureXMLRpcRequestHandler.do_POST | ( |  | self | ) |  | 
      
 
Handles the HTTPS POST request.
It was copied out from SimpleXMLRPCServer.py and modified to shutdown the socket cleanly.
 
 
 
§ parse_request()
      
        
          | def SRPC.SecureXMLRpcRequestHandler.parse_request | ( |  | self | ) |  | 
      
 
 
§ setup()
      
        
          | def SRPC.SecureXMLRpcRequestHandler.setup | ( |  | self | ) |  | 
      
 
Secure XML-RPC request handler class.
It it very similar to SimpleXMLRPCRequestHandler but it uses HTTPS for transporting XML data.
 
 
 
The documentation for this class was generated from the following file: