|
RestLink 2.2.0
Powerfull Rest Client for Qt
|
This is the complete list of members for RestLink::Body, including all inherited members.
| Body() | RestLink::Body | |
| Body(const char *data, int size=-1, const QByteArray &contentType=QByteArray()) | RestLink::Body | |
| Body(const QByteArray &data, const QByteArray &contentType=QByteArray()) | RestLink::Body | |
| Body(const QString &text, const QByteArray &contentType=QByteArray()) | RestLink::Body | |
| Body(const QJsonObject &object) | RestLink::Body | |
| Body(const QJsonArray &array) | RestLink::Body | |
| Body(const QJsonDocument &doc) | RestLink::Body | |
| Body(const File &file) | RestLink::Body | |
| Body(QFile *file) | RestLink::Body | |
| Body(QIODevice *device, const QByteArray &contentType=QByteArray()) | RestLink::Body | |
| Body(QIODevice *device, qint64 size, const QByteArray &contentType=QByteArray()) | RestLink::Body | |
| Body(QHttpMultiPart *multiPart) | RestLink::Body | |
| Body(const Body &other) | RestLink::Body | |
| Body(Body &&other) | RestLink::Body | |
| contentLength() const | RestLink::Body | |
| contentType() const | RestLink::Body | |
| device() const | RestLink::Body | |
| hasJsonArray() const | RestLink::Body | |
| hasJsonObject() const | RestLink::Body | |
| hasPlainText() const | RestLink::Body | |
| headers() const | RestLink::Body | |
| isDevice() const | RestLink::Body | |
| isMultiPart() const | RestLink::Body | |
| jsonArray() const | RestLink::Body | |
| jsonObject() const | RestLink::Body | |
| multiPart() const | RestLink::Body | |
| object() const | RestLink::Body | |
| objectType() const | RestLink::Body | |
| operator=(const Body &other) | RestLink::Body | |
| operator=(Body &&other) | RestLink::Body | |
| toByteArray() const | RestLink::Body | |
| toString() const | RestLink::Body | |
| Type enum name | RestLink::Body | |
| ~Body() | RestLink::Body |