Qt
1 post
Jan 16, 2023
How to use Proxy pattern with QNetworkReply?
Background
In a previous project that I worked on, we had to connect to backend API using Qt framework in order to download some files and display some content of these files, this thing might look easily done using QNetworkAccessManager and QNetworkReply. But we had other things to consider:
- Size of the downloaded files was large.
- No file should be stored in the device running the application.