summaryrefslogtreecommitdiffstats
path: root/src/network/access/qrestreply.cpp
Commit message (Expand)AuthorAgeFilesLines
* Network: cleanlinessMÃ¥rten Nordheim2024-04-051-1/+1
* QRestReply: fix "No relevant classes found." moc warningMarc Mutz2024-03-141-2/+0
* Remove unsused includes in QRestReplyJuha Vuolle2024-03-011-2/+0
* Doc: Documentation improvement in QHttpHeaders and REST classesJaishree Vyas2024-02-291-7/+6
* Rename QRestReply data accessors as read* functionsJuha Vuolle2024-01-301-9/+9
* Update QRestReply documentationJuha Vuolle2024-01-291-8/+38
* Make QRest* APIs non-owning and non-duplicatingJuha Vuolle2024-01-291-170/+58
* QRestReply: optionally return the QJsonParseError from json()Marc Mutz2024-01-121-7/+10
* Change QRestReply json return type to QJsonDocumentJuha Vuolle2024-01-121-44/+10
* Add streaming text support to QRestReplyJuha Vuolle2024-01-101-18/+21
* Mark REST helper classes as tech previewJuha Vuolle2023-12-081-0/+2
* Add QDebug support for QRestReplyJuha Vuolle2023-12-081-0/+54
* Add uploadProgress signal for QRestReplyJuha Vuolle2023-12-081-1/+22
* Add signals and methods for QRestReply download progressJuha Vuolle2023-12-081-1/+47
* Add REST client convenience wrappersJuha Vuolle2023-12-081-0/+364