qTbot 0.87.9547b0c
qTbot is base back end library for your c++ Qt projects.
irequest.h File Reference
#include "qTbot/global.h"
#include <QByteArray>
#include <QMap>
#include <QString>
#include <QHttpMultiPart>
Include dependency graph for irequest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qTbot::iRequest
 The iRequest class Is main interface for all custom requests. More...
 

Namespaces

namespace  qTbot
 

Macros

#define REQUEST_UPLOAD_FILE_KEY   "_file_"
 

Typedefs

typedef QHash< QString, QSharedPointer< QJsonObject > > qTbot::ExtraJsonObjects
 ExtraJsonObjects hash map of the extra objects of the message.
 

Macro Definition Documentation

◆ REQUEST_UPLOAD_FILE_KEY

#define REQUEST_UPLOAD_FILE_KEY   "_file_"

Definition at line 19 of file irequest.h.