1 #ifndef HTTP_RESPONSE_H
2 #define HTTP_RESPONSE_H
5 #include <QJsonDocument>
17 operator QString()
const;
22 #endif // HTTP_RESPONSE_H
Definition: response.h:14
QString message
Definition: response.h:12
Status status
Definition: response.h:15
QJsonObject body
Definition: response.h:16
Definition: response.h:10
int code
Definition: response.h:11