-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.0
Today, in July 2023, there are more and better reasons to consider working on this. There are multiple use cases for the renewed Qt HTTP Server and for upcoming helpers for REST.
This is the original description:
#########################
We use QHttpMultipart to create the data for post operation. We implement recovery from failed post operation and we want to recover also when the application is restarted.
We would like to have an option to serialize QHttpMultipart content and send it later with QNetworkAccessManager::post(const QNetworkRequest &, const QIODevice *).
Is it acceptable to publish QHttpMultipartIODevice?
Can QHttpMultipart inherit QIODevice directly?
Any other API extension to support our use case?