Use the Accept-Content header to enable response compression
fixes #86 fixes #89
This commit is contained in:
parent
92a578f5e8
commit
e37c2e34ce
3 changed files with 80 additions and 3 deletions
|
|
@ -142,6 +142,7 @@ signals:
|
|||
|
||||
private:
|
||||
QNetworkReply *makeUploadRequest(QSharedPointer<QIODevice> iodev);
|
||||
QByteArray uncompress(const QByteArray &data);
|
||||
|
||||
// Client API prefix.
|
||||
QString clientApiUrl_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue