29 self.__authenticatorCache = {} |
29 self.__authenticatorCache = {} |
30 self.__proxyAuthenticator = None |
30 self.__proxyAuthenticator = None |
31 |
31 |
32 def createRequest(self, op, request, outgoingData=None): |
32 def createRequest(self, op, request, outgoingData=None): |
33 """ |
33 """ |
34 Protected method to create a request. |
34 Public method to create a request. |
35 |
35 |
36 @param op the operation to be performed |
36 @param op the operation to be performed |
37 (QNetworkAccessManager.Operation) |
37 (QNetworkAccessManager.Operation) |
38 @param request reference to the request object (QNetworkRequest) |
38 @param request reference to the request object (QNetworkRequest) |
39 @param outgoingData reference to an IODevice containing data to be sent |
39 @param outgoingData reference to an IODevice containing data to be sent |