aboutsummaryrefslogtreecommitdiff
path: root/src/webclient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webclient.hpp')
-rw-r--r--src/webclient.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webclient.hpp b/src/webclient.hpp
index 53e7fad..8c3e2ba 100644
--- a/src/webclient.hpp
+++ b/src/webclient.hpp
@@ -24,6 +24,9 @@ public:
bool cancelRequest() override;
+ bool enableClientCertificate(CryptoIdentity const & ident) override;
+ void disableClientCertificate() override;
+
private slots:
void on_data();
void on_finished();
@@ -36,6 +39,8 @@ private:
QByteArray body;
RequestOptions options;
+
+ CryptoIdentity current_identity;
};
#endif // WEBCLIENT_HPP