#include <utils/RESTClient.hpp>
◆ RESTClient()
openfluid::utils::RESTClient::RESTClient |
( |
| ) |
|
◆ ~RESTClient()
openfluid::utils::RESTClient::~RESTClient |
( |
| ) |
|
|
inline |
◆ addRawHeader()
void openfluid::utils::RESTClient::addRawHeader |
( |
const QByteArray |
Key, |
|
|
const QByteArray |
Value |
|
) |
| |
◆ deleteResource()
Reply openfluid::utils::RESTClient::deleteResource |
( |
const QString & |
Path, |
|
|
const QString & |
Data |
|
) |
| const |
◆ getBaseURL()
QString openfluid::utils::RESTClient::getBaseURL |
( |
| ) |
const |
|
inline |
◆ getResource()
Reply openfluid::utils::RESTClient::getResource |
( |
const QString & |
Path | ) |
const |
◆ getSSLConfiguration()
◆ hasRawHeader()
bool openfluid::utils::RESTClient::hasRawHeader |
( |
const QByteArray |
Key | ) |
|
◆ patchResource()
Reply openfluid::utils::RESTClient::patchResource |
( |
const QString & |
Path, |
|
|
const QString & |
Data |
|
) |
| const |
◆ postResource()
Reply openfluid::utils::RESTClient::postResource |
( |
const QString & |
Path, |
|
|
const QString & |
Data |
|
) |
| const |
◆ putResource()
Reply openfluid::utils::RESTClient::putResource |
( |
const QString & |
Path, |
|
|
const QString & |
Data |
|
) |
| const |
◆ removeRawHeader()
void openfluid::utils::RESTClient::removeRawHeader |
( |
const QByteArray |
Key | ) |
|
◆ resetRawHeaders()
void openfluid::utils::RESTClient::resetRawHeaders |
( |
| ) |
|
◆ setBaseURL()
void openfluid::utils::RESTClient::setBaseURL |
( |
const QString & |
URL | ) |
|
◆ setSSLConfiguration()
void openfluid::utils::RESTClient::setSSLConfiguration |
( |
const SSLConfiguration & |
Config | ) |
|
|
inline |
The documentation for this class was generated from the following file: