HTTP request without EventLoop
-
Hi guys
I'm doing a project where I was asked to not tie to the Http Qt implementation cause in the near future we could use something else. So, the point is that I have a library where I handle everything related to my http requests, but to use QNetworkAccessManager I have to start the EventLoop to subscribe to the QNetworkAccessManager::finished signal.
Is there any good way to use QNetworkAccessManager without starting the EventLoop? Do you have any better suggestion?
Regards
-
Hi guys
I'm doing a project where I was asked to not tie to the Http Qt implementation cause in the near future we could use something else. So, the point is that I have a library where I handle everything related to my http requests, but to use QNetworkAccessManager I have to start the EventLoop to subscribe to the QNetworkAccessManager::finished signal.
Is there any good way to use QNetworkAccessManager without starting the EventLoop? Do you have any better suggestion?
Regards
@freddy311082 said in HTTP request without EventLoop:
Is there any good way to use QNetworkAccessManager without starting the EventLoop?
No