63 self.__class__.primaryManager.authenticationRequired) |
63 self.__class__.primaryManager.authenticationRequired) |
64 self.finished.connect(self.__class__.primaryManager.finished) |
64 self.finished.connect(self.__class__.primaryManager.finished) |
65 |
65 |
66 def createRequest(self, op, request, outgoingData=None): |
66 def createRequest(self, op, request, outgoingData=None): |
67 """ |
67 """ |
68 Protected method to create a request. |
68 Public method to create a request. |
69 |
69 |
70 @param op the operation to be performed |
70 @param op the operation to be performed |
71 (QNetworkAccessManager.Operation) |
71 (QNetworkAccessManager.Operation) |
72 @param request reference to the request object (QNetworkRequest) |
72 @param request reference to the request object (QNetworkRequest) |
73 @param outgoingData reference to an IODevice containing data to be sent |
73 @param outgoingData reference to an IODevice containing data to be sent |