#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 ) |
|
nodiscard |
◆ getRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::getRequest |
( |
const QUrl & | pUrl, |
|
|
int | pTimeOut = 2000 ) |
|
nodiscard |
◆ headRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::headRequest |
( |
const QUrl & | pUrl, |
|
|
int | pTimeOut = 2000 ) |
|
nodiscard |
◆ optionsRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::optionsRequest |
( |
const QUrl & | pUrl, |
|
|
int | pTimeOut = 2000 ) |
|
nodiscard |
◆ postRequest()
QSharedPointer< QNetworkReply > HttpServerRequestor::postRequest |
( |
const QUrl & | pUrl, |
|
|
const QByteArray & | pData, |
|
|
const QString & | pContentType, |
|
|
int | pTimeOut = 2000 ) |
|
nodiscard |
◆ ::test_UiPluginWebService
friend class ::test_UiPluginWebService |
|
friend |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: