AusweisApp
|
#include <HttpServerRequestor.h>
Öffentliche Methoden | |
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) |
Öffentliche, statische Methoden | |
static QUrl | createUrl (const QString &pQuery, quint16 pPort, const QHostAddress &pHost, const QString &pPath=QStringLiteral("/eID-Client")) |
Freundbeziehungen | |
class | ::test_UiPluginWebService |
|
overridedefault |
|
static |
QSharedPointer< QNetworkReply > HttpServerRequestor::deleteRequest | ( | const QUrl & | pUrl, |
int | pTimeOut = 2000 ) |
QSharedPointer< QNetworkReply > HttpServerRequestor::getRequest | ( | const QUrl & | pUrl, |
int | pTimeOut = 2000 ) |
QSharedPointer< QNetworkReply > HttpServerRequestor::headRequest | ( | const QUrl & | pUrl, |
int | pTimeOut = 2000 ) |
QSharedPointer< QNetworkReply > HttpServerRequestor::optionsRequest | ( | const QUrl & | pUrl, |
int | pTimeOut = 2000 ) |
QSharedPointer< QNetworkReply > HttpServerRequestor::postRequest | ( | const QUrl & | pUrl, |
const QByteArray & | pData, | ||
const QString & | pContentType, | ||
int | pTimeOut = 2000 ) |