From 2f28b9bee4da0ddebe0f6de9419e3b3f80ca0911 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 15 Sep 2021 21:39:53 +0200 Subject: Added session id generation and code to include it in HttpClient HTTP requests --- zenhttp/include/zenhttp/httpclient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zenhttp/include') diff --git a/zenhttp/include/zenhttp/httpclient.h b/zenhttp/include/zenhttp/httpclient.h index 8975f6fe1..c3bdf0506 100644 --- a/zenhttp/include/zenhttp/httpclient.h +++ b/zenhttp/include/zenhttp/httpclient.h @@ -5,6 +5,7 @@ #include "zenhttp.h" #include +#include #include #include @@ -41,6 +42,7 @@ public: private: std::string m_BaseUri; + std::string m_SessionId; }; } // namespace zen -- cgit v1.2.3