qTbot 0.2.106.03782ba
qTbot is base back end library for your c++ Qt projects.
qTbot::IBot::RequestData Struct Reference

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< iRequestrequest
 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.
 

Detailed Description

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.

Definition at line 58 of file ibot.h.

Collaboration diagram for qTbot::IBot::RequestData:
Collaboration graph

Member Data Documentation

◆ request

QSharedPointer<iRequest> qTbot::IBot::RequestData::request

request saved request object.

Definition at line 62 of file ibot.h.

◆ responce

QSharedPointer<QPromise<QByteArray> > qTbot::IBot::RequestData::responce

responce This is promise to responce of this requests that will sets back.

Definition at line 72 of file ibot.h.

◆ responceFilePath

QString qTbot::IBot::RequestData::responceFilePath = ""

responceFilePath path to responce.

Definition at line 67 of file ibot.h.


The documentation for this struct was generated from the following file: