qTbot 0.2.107.d8fc923
qTbot is base back end library for your c++ Qt projects.
|
The RequestData class is simple wrapper of request object with path of responce. If Path of responce is empty then responce will saved in RAM. More...
#include <ibot.h>
Public Attributes | |
QSharedPointer< iRequest > | request |
request saved request object. | |
QString | responceFilePath = "" |
responceFilePath path to responce. | |
QSharedPointer< QPromise< QByteArray > > | responce |
responce This is promise to responce of this requests that will sets back. | |
The RequestData class is simple wrapper of request object with path of responce. If Path of responce is empty then responce will saved in RAM.
QSharedPointer<iRequest> qTbot::IBot::RequestData::request |
QSharedPointer<QPromise<QByteArray> > qTbot::IBot::RequestData::responce |
QString qTbot::IBot::RequestData::responceFilePath = "" |