16 """ |
16 """ |
17 Class implementing a scheme access handler for about schemes. |
17 Class implementing a scheme access handler for about schemes. |
18 """ |
18 """ |
19 def createRequest(self, op, request, outgoingData=None): |
19 def createRequest(self, op, request, outgoingData=None): |
20 """ |
20 """ |
21 Protected method to create a request. |
21 Public method to create a request. |
22 |
22 |
23 @param op the operation to be performed |
23 @param op the operation to be performed |
24 (QNetworkAccessManager.Operation) |
24 (QNetworkAccessManager.Operation) |
25 @param request reference to the request object (QNetworkRequest) |
25 @param request reference to the request object (QNetworkRequest) |
26 @param outgoingData reference to an IODevice containing data to be sent |
26 @param outgoingData reference to an IODevice containing data to be sent |