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