Qt 6.11 is out! See what's new in the release
blog
What class to use in Qt to use as a Streaming HTTP Client? Thanks for helping.
-
Hello,
I'm connecting to an HTTP API that streams data according to the standard 1.1 http protocol, so without the loss of connection (not websockets). It's called HTTP Streaming
On Java I have url.openStream for this so I was wondering, is there something simular in Qt please?
Thanks for pointing me in the right direction, thanks!
-
Hi,
Did you already check QNetworkAccessManager ?
-
Hi,
Did you already check QNetworkAccessManager ?
-
Yes indeed