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