Add swift client ssl certificate

refs #762
This commit is contained in:
Roland Winklmeier
2017-01-24 23:12:28 +01:00
committed by Mathew Sutcliffe
parent 578a092b0c
commit 7be604741c
5 changed files with 77 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ namespace BlackMisc
//! Set user agent for request
static void setSwiftUserAgent(QNetworkRequest &request);
//! Set swift client ssl certificate
static void setSwiftClientSslCertificate(QNetworkRequest &request);
//! Multipart with DEBUG FLAG for server
static QHttpPart getMultipartWithDebugFlag();