Compare QUrl or slot for each response?
Unsolved
Qt WebKit
-
Hi All
I am working on a Qt C++ application.
I am making restAPI requests through my application using QNAM.Currently I am connecting to the replyFinished signal of the QNAM, once the response arrives I am comparing the url's to find out this response is for which request.
Another approach would be to connect to the replyFinished of the QNetworkReply and define different slots for each response.
Which is the best practice for handling such scenarios? When a lot of restAPI calls will be made.
Let me know if you may need more info about my question.