summaryrefslogtreecommitdiffstats
path: root/src/network/access/qrestreply.h
Commit message (Expand)AuthorAgeFilesLines
* QRestReply: use qt_ptr_swap instead of std::swapMarc Mutz2024-03-011-1/+1
* Mark the REST enablers as Tech PreviewGiuseppe D'Angelo2024-02-201-1/+1
* Rename QRestReply data accessors as read* functionsJuha Vuolle2024-01-301-3/+3
* Make QRest* APIs non-owning and non-duplicatingJuha Vuolle2024-01-291-31/+33
* QRestReply: optionally return the QJsonParseError from json()Marc Mutz2024-01-121-1/+2
* QRestReply: include / fwd-declare what you needMarc Mutz2024-01-121-0/+6
* Change QRestReply json return type to QJsonDocumentJuha Vuolle2024-01-121-2/+1
* Add QDebug support for QRestReplyJuha Vuolle2023-12-081-0/+4
* Add uploadProgress signal for QRestReplyJuha Vuolle2023-12-081-0/+1
* Add signals and methods for QRestReply download progressJuha Vuolle2023-12-081-0/+3
* Add REST client convenience wrappersJuha Vuolle2023-12-081-0/+55