-
Type:
Suggestion
-
Status: Open
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Network: HTTP
-
Labels:None
-
Epic Link:
Current implementation stores body content within a QByteArray.
This could lead to extremely high memory consumption for some usage (eg.: huge file uploading).
It could be a great idea to be able to create some routes that manage bodies in a specific way (through QHttpServerRouterRule).