#include <HttpServerRequestor.h>
|
| HttpServerRequestor (bool pCustomNetworkManager=false) |
|
| ~HttpServerRequestor () override=default |
|
QSharedPointer< QNetworkReply > | getRequest (const QUrl &pUrl, int pTimeOut=2000) |
|
QSharedPointer< QNetworkReply > | postRequest (const QUrl &pUrl, const QByteArray &pData, const QString &pContentType, int pTimeOut=2000) |
|
QSharedPointer< QNetworkReply > | deleteRequest (const QUrl &pUrl, int pTimeOut=2000) |
|
QSharedPointer< QNetworkReply > | headRequest (const QUrl &pUrl, int pTimeOut=2000) |
|
QSharedPointer< QNetworkReply > | optionsRequest (const QUrl &pUrl, int pTimeOut=2000) |
|
|
static QUrl | createUrl (const QString &pQuery, quint16 pPort, const QHostAddress &pHost, const QString &pPath=QStringLiteral("/eID-Client")) |
|
◆ HttpServerRequestor()
HttpServerRequestor::HttpServerRequestor |
( |
bool |
pCustomNetworkManager = false | ) |
|
|
explicit |
◆ ~HttpServerRequestor()
governikus::HttpServerRequestor::~HttpServerRequestor |
( |
| ) |
|
|
overridedefault |
◆ createUrl()
QUrl HttpServerRequestor::createUrl |
( |
const QString & |
pQuery, |
|
|
quint16 |
pPort, |
|
|
const QHostAddress & |
pHost, |
|
|
const QString & |
pPath = QStringLiteral("/eID-Client") |
|
) |
| |
|
static |
◆ deleteRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::deleteRequest |
( |
const QUrl & |
pUrl, |
|
|
int |
pTimeOut = 2000 |
|
) |
| |
◆ getRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::getRequest |
( |
const QUrl & |
pUrl, |
|
|
int |
pTimeOut = 2000 |
|
) |
| |
◆ headRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::headRequest |
( |
const QUrl & |
pUrl, |
|
|
int |
pTimeOut = 2000 |
|
) |
| |
◆ optionsRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::optionsRequest |
( |
const QUrl & |
pUrl, |
|
|
int |
pTimeOut = 2000 |
|
) |
| |
◆ postRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::postRequest |
( |
const QUrl & |
pUrl, |
|
|
const QByteArray & |
pData, |
|
|
const QString & |
pContentType, |
|
|
int |
pTimeOut = 2000 |
|
) |
| |
◆ ::test_UIPlugInWebService
friend class ::test_UIPlugInWebService |
|
friend |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: