22 """ |
22 """ |
23 Class implementing a scheme access handler for AdBlock URLs. |
23 Class implementing a scheme access handler for AdBlock URLs. |
24 """ |
24 """ |
25 def createRequest(self, op, request, outgoingData=None): |
25 def createRequest(self, op, request, outgoingData=None): |
26 """ |
26 """ |
27 Protected method to create a request. |
27 Public method to create a request. |
28 |
28 |
29 @param op the operation to be performed |
29 @param op the operation to be performed |
30 (QNetworkAccessManager.Operation) |
30 (QNetworkAccessManager.Operation) |
31 @param request reference to the request object (QNetworkRequest) |
31 @param request reference to the request object (QNetworkRequest) |
32 @param outgoingData reference to an IODevice containing data to be sent |
32 @param outgoingData reference to an IODevice containing data to be sent |