aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-12 10:07:40 +0200
committerStefan Boberg <[email protected]>2021-08-12 10:07:40 +0200
commitb04473fc171ab9b9250c83e2faf66a9d51f049d2 (patch)
treed2ceef94bd0a403d5b431ab332d5195458436452
parentExtended flushing to include more services (diff)
downloadzen-b04473fc171ab9b9250c83e2faf66a9d51f049d2.tar.xz
zen-b04473fc171ab9b9250c83e2faf66a9d51f049d2.zip
trivial: Comment update stating intent
-rw-r--r--zencore/include/zencore/httpclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zencore/include/zencore/httpclient.h b/zencore/include/zencore/httpclient.h
index 4ede6839c..4b30eb09b 100644
--- a/zencore/include/zencore/httpclient.h
+++ b/zencore/include/zencore/httpclient.h
@@ -9,8 +9,12 @@
namespace zen {
+/** Asynchronous HTTP client implementation for Zen use cases
+ */
class HttpClient
{
+public:
+private:
};
} // namespace zen